Html Css Color HEX #FC476A Radical Red

📋 copy color: '#FC476A'

red 252 ◦ green 71 ◦ blue 106

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

Shades of Radical Red #FC476A

Tints of Radical Red #FC476A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.71%

R = 58.74%
G = 16.55%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC476A (or 0xFC476A) is known color: Radical Red. HEX triplet: FC, 47 and 6A. RGB value is (252,71,106). Sum of RGB (Red+Green+Blue) = 252+71+106=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC476A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC476A is #03B895. Grayscale: #818181. Windows color (decimal): -243862 or 6965244. OLE color: 6965244.

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

Color convert

RGB 252 71 106 -
CMYK 0 0.72 0.58 0.01
HSL 348.4º 0.97% 0.63% -
HSV(B) 348.4º 0.72% 0.99% -
XYZ 45 26.24 16.33 -
YUV 129.11 114.97 215.65 -
System Red Green Blue C M Y K H S L
Decimal 252 71 106 0 0.72 0.58 0.01 348.4 0.97 0.63
Hex FC 47 6A 0 48 3A 1 15C 61 3F
Octal 374 107 152 0 110 72 1 534 141 77
Binary 11111100 1000111 1101010 0 1001000 111010 1 101011100 1100001 111111

Color Harmonies of #FC476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC476A

Black with #FC476A

Text Example


Text Example

White with #FC476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC476A; }

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

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

background-color css

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

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

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

border-color css

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

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

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