Html Css Color HEX #FC2470 Radical Red

📋 copy color: '#FC2470'

red 252 ◦ green 36 ◦ blue 112

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

Shades of Radical Red #FC2470

Tints of Radical Red #FC2470

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9%

 BLUE value IS 112 (44.14% from 255) = 28%

R = 63%
G = 9%
B = 28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC2470 (or 0xFC2470) is known color: Radical Red. HEX triplet: FC, 24 and 70. RGB value is (252,36,112). Sum of RGB (Red+Green+Blue) = 252+36+112=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 36 (14.45% from 255 or 9% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2470 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2470 is #03DB8F. Grayscale: #6D6D6D. Windows color (decimal): -252816 or 7349500. OLE color: 7349500.

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

Color convert

RGB 252 36 112 -
CMYK 0 0.86 0.56 0.01
HSL 338.89º 0.97% 0.56% -
HSV(B) 338.89º 0.86% 0.99% -
XYZ 43.7 23.13 17.49 -
YUV 109.25 129.56 229.82 -
System Red Green Blue C M Y K H S L
Decimal 252 36 112 0 0.86 0.56 0.01 338.89 0.97 0.56
Hex FC 24 70 0 56 38 1 153 61 38
Octal 374 44 160 0 126 70 1 523 141 70
Binary 11111100 100100 1110000 0 1010110 111000 1 101010011 1100001 111000

Color Harmonies of #FC2470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2470

Black with #FC2470

Text Example


Text Example

White with #FC2470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2470; }

 p { color: rgb(252,36,112); }

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

background-color css

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

 a { background-color: rgb(252,36,112); }

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

border-color css

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

 span { border-color: rgb(252,36,112); }

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