Html Css Color HEX #FC478C Violet Red

📋 copy color: '#FC478C'

red 252 ◦ green 71 ◦ blue 140

#FC478C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Red #FC478C

Tints of Violet Red #FC478C

RGB

 RED value IS 252 (98.83% from 255) = 54.43%

 GREEN value IS 71 (28.13% from 255) = 15.33%

 BLUE value IS 140 (55.08% from 255) = 30.24%

R = 54.43%
G = 15.33%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC478C (or 0xFC478C) is known color: Violet Red. HEX triplet: FC, 47 and 8C. RGB value is (252,71,140). Sum of RGB (Red+Green+Blue) = 252+71+140=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 71 (28.12% from 255 or 15.33% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC478C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC478C is #03B873. Grayscale: #848484. Windows color (decimal): -243828 or 9193468. OLE color: 9193468.

HSL color Cylindrical-coordinate representation of color #FC478C: hue angle of 337.13º 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 #FC478C is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 71 140 -
CMYK 0 0.72 0.44 0.01
HSL 337.13º 0.97% 0.63% -
HSV(B) 337.13º 0.72% 0.99% -
XYZ 47.13 27.1 27.56 -
YUV 132.99 131.97 212.89 -
System Red Green Blue C M Y K H S L
Decimal 252 71 140 0 0.72 0.44 0.01 337.13 0.97 0.63
Hex FC 47 8C 0 48 2C 1 151 61 3F
Octal 374 107 214 0 110 54 1 521 141 77
Binary 11111100 1000111 10001100 0 1001000 101100 1 101010001 1100001 111111

Color Harmonies of #FC478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC478C

Black with #FC478C

Text Example


Text Example

White with #FC478C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC478C; }

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

 H1.HeaderClassName
 {
   color: #FC478C;
 }
 .AnyTagClassName
 {
   color: #FC478C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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