Html Css Color HEX #FC477E Violet Red

📋 copy color: '#FC477E'

red 252 ◦ green 71 ◦ blue 126

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

Shades of Violet Red #FC477E

Tints of Violet Red #FC477E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.06%

R = 56.12%
G = 15.81%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.5

 K value IS 0.01

RGB Variations

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

Color information

#FC477E (or 0xFC477E) is known color: Violet Red. HEX triplet: FC, 47 and 7E. RGB value is (252,71,126). Sum of RGB (Red+Green+Blue) = 252+71+126=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC477E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC477E is #03B881. Grayscale: #838383. Windows color (decimal): -243842 or 8275964. OLE color: 8275964.

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

Color convert

RGB 252 71 126 -
CMYK 0 0.72 0.5 0.01
HSL 341.77º 0.97% 0.63% -
HSV(B) 341.77º 0.72% 0.99% -
XYZ 46.16 26.71 22.46 -
YUV 131.39 124.97 214.03 -
System Red Green Blue C M Y K H S L
Decimal 252 71 126 0 0.72 0.5 0.01 341.77 0.97 0.63
Hex FC 47 7E 0 48 32 1 156 61 3F
Octal 374 107 176 0 110 62 1 526 141 77
Binary 11111100 1000111 1111110 0 1001000 110010 1 101010110 1100001 111111

Color Harmonies of #FC477E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC477E

Black with #FC477E

Text Example


Text Example

White with #FC477E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC477E; }

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

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

background-color css

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

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

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

border-color css

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

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

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