Html Css Color HEX #FC477C Violet Red

📋 copy color: '#FC477C'

red 252 ◦ green 71 ◦ blue 124

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

Shades of Violet Red #FC477C

Tints of Violet Red #FC477C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.74%

R = 56.38%
G = 15.88%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC477C (or 0xFC477C) is known color: Violet Red. HEX triplet: FC, 47 and 7C. RGB value is (252,71,124). Sum of RGB (Red+Green+Blue) = 252+71+124=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 71 (28.12% from 255 or 15.88% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC477C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC477C is #03B883. Grayscale: #838383. Windows color (decimal): -243844 or 8144892. OLE color: 8144892.

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

Color convert

RGB 252 71 124 -
CMYK 0 0.72 0.51 0.01
HSL 342.43º 0.97% 0.63% -
HSV(B) 342.43º 0.72% 0.99% -
XYZ 46.04 26.66 21.79 -
YUV 131.16 123.97 214.19 -
System Red Green Blue C M Y K H S L
Decimal 252 71 124 0 0.72 0.51 0.01 342.43 0.97 0.63
Hex FC 47 7C 0 48 33 1 156 61 3F
Octal 374 107 174 0 110 63 1 526 141 77
Binary 11111100 1000111 1111100 0 1001000 110011 1 101010110 1100001 111111

Color Harmonies of #FC477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC477C

Black with #FC477C

Text Example


Text Example

White with #FC477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC477C; }

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

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

background-color css

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

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

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

border-color css

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

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

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