Html Css Color HEX #FC2970 Radical Red

📋 copy color: '#FC2970'

red 252 ◦ green 41 ◦ blue 112

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

Shades of Radical Red #FC2970

Tints of Radical Red #FC2970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.12%

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

R = 62.22%
G = 10.12%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC2970 (or 0xFC2970) is known color: Radical Red. HEX triplet: FC, 29 and 70. RGB value is (252,41,112). Sum of RGB (Red+Green+Blue) = 252+41+112=405 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.22% from 405); Green value is 41 (16.41% from 255 or 10.12% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2970 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2970 is #03D68F. Grayscale: #707070. Windows color (decimal): -251536 or 7350780. OLE color: 7350780.

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

Color convert

RGB 252 41 112 -
CMYK 0 0.84 0.56 0.01
HSL 339.81º 0.97% 0.57% -
HSV(B) 339.81º 0.84% 0.99% -
XYZ 43.86 23.45 17.54 -
YUV 112.18 127.9 227.73 -
System Red Green Blue C M Y K H S L
Decimal 252 41 112 0 0.84 0.56 0.01 339.81 0.97 0.57
Hex FC 29 70 0 54 38 1 154 61 39
Octal 374 51 160 0 124 70 1 524 141 71
Binary 11111100 101001 1110000 0 1010100 111000 1 101010100 1100001 111001

Color Harmonies of #FC2970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2970

Black with #FC2970

Text Example


Text Example

White with #FC2970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2970; }

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

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

background-color css

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

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

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

border-color css

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

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

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