#FC478A

Color #FC478A Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #FC478A

Tints of Violet Red #FC478A

Color information

#FC478A (or 0xFC478A) is unknown color: approx Violet Red. HEX triplet: FC, 47 and 8A. RGB value is (252,71,138). Sum of RGB (Red+Green+Blue) = 252+71+138=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 71 (28.12% from 255 or 15.40% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC478A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC478A is #03B875. Grayscale: #848484. Windows color (decimal): -243830 or 9062396. OLE color: 9062396.

HSL color Cylindrical-coordinate representation of color #FC478A: hue angle of 337.79º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FC478A is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB25271138-
CMYK00.720.450.01
HSL337.79º96.79%63.33%-
HSV(B)337.79º71.83%98.82%-
XYZ46.9927.0426.79-
YUV132.76130.97213.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 54.66%
GREEN value IS 71 (28.12% from 255) = 15.40%
BLUE value IS 138 (54.30% from 255) = 29.93%
R=54.66%
G=15.40%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2527113800.720.450.01337.7996.7963.33
HexFC478A0482D1152613f
Octal374107212011055152214177
Binary111111001000111100010100100100010110111010100101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC478A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC478A; }

 p { color: rgb(252,71,138); }

 H1.HeaderClassName
 {
   color: #FC478A;
 }
 .AnyTagClassName
 {
   color: #FC478A;
 }
</style>
background-color css

<style>
 a { background-color: #FC478A; }

 a { background-color: rgb(252,71,138); }

 div.DivClassName
 {
   background-color: #FC478A;
 }
 .BgClassName
 {
   background-color: #FC478A;
 }
</style>
border-color css

<style>
 span { border-color: #FC478A; }

 span { border-color: rgb(252,71,138); }

 td.TdClassName
 {
   border-color: #FC478A;
 }
 .TagClassName
 {
   border-color: #FC478A;
 }
</style>