Html Css Color HEX #FC478E Violet Red

📋 copy color: '#FC478E'

red 252 ◦ green 71 ◦ blue 142

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

Shades of Violet Red #FC478E

Tints of Violet Red #FC478E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.54%

R = 54.19%
G = 15.27%
B = 30.54%

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

#FC478E (or 0xFC478E) is known color: Violet Red. HEX triplet: FC, 47 and 8E. RGB value is (252,71,142). Sum of RGB (Red+Green+Blue) = 252+71+142=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 71 (28.12% from 255 or 15.27% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC478E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC478E is #03B871. Grayscale: #858585. Windows color (decimal): -243826 or 9324540. OLE color: 9324540.

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

Color convert

RGB 252 71 142 -
CMYK 0 0.72 0.44 0.01
HSL 336.46º 0.97% 0.63% -
HSV(B) 336.46º 0.72% 0.99% -
XYZ 47.28 27.15 28.34 -
YUV 133.21 132.97 212.73 -
System Red Green Blue C M Y K H S L
Decimal 252 71 142 0 0.72 0.44 0.01 336.46 0.97 0.63
Hex FC 47 8E 0 48 2C 1 150 61 3F
Octal 374 107 216 0 110 54 1 520 141 77
Binary 11111100 1000111 10001110 0 1001000 101100 1 101010000 1100001 111111

Color Harmonies of #FC478E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC478E

Black with #FC478E

Text Example


Text Example

White with #FC478E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC478E; }

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

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

background-color css

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

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

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

border-color css

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

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

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