Html Css Color HEX #FC406E Radical Red

📋 copy color: '#FC406E'

red 252 ◦ green 64 ◦ blue 110

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

Shades of Radical Red #FC406E

Tints of Radical Red #FC406E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.02%

 BLUE value IS 110 (43.36% from 255) = 25.82%

R = 59.15%
G = 15.02%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC406E (or 0xFC406E) is known color: Radical Red. HEX triplet: FC, 40 and 6E. RGB value is (252,64,110). Sum of RGB (Red+Green+Blue) = 252+64+110=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC406E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC406E is #03BF91. Grayscale: #7D7D7D. Windows color (decimal): -245650 or 7225596. OLE color: 7225596.

HSL color Cylindrical-coordinate representation of color #FC406E: hue angle of 345.32º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC406E is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 64 110 -
CMYK 0 0.75 0.56 0.01
HSL 345.32º 0.97% 0.62% -
HSV(B) 345.32º 0.75% 0.99% -
XYZ 44.79 25.49 17.31 -
YUV 125.46 119.28 218.26 -
System Red Green Blue C M Y K H S L
Decimal 252 64 110 0 0.75 0.56 0.01 345.32 0.97 0.62
Hex FC 40 6E 0 4B 38 1 159 61 3E
Octal 374 100 156 0 113 70 1 531 141 76
Binary 11111100 1000000 1101110 0 1001011 111000 1 101011001 1100001 111110

Color Harmonies of #FC406E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC406E

Black with #FC406E

Text Example


Text Example

White with #FC406E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC406E; }

 p { color: rgb(252,64,110); }

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

background-color css

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

 a { background-color: rgb(252,64,110); }

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

border-color css

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

 span { border-color: rgb(252,64,110); }

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