Html Css Color HEX #FC2972 Radical Red

📋 copy color: '#FC2972'

red 252 ◦ green 41 ◦ blue 114

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

Shades of Radical Red #FC2972

Tints of Radical Red #FC2972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.01%

R = 61.92%
G = 10.07%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC2972 (or 0xFC2972) is known color: Radical Red. HEX triplet: FC, 29 and 72. RGB value is (252,41,114). Sum of RGB (Red+Green+Blue) = 252+41+114=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2972 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2972 is #03D68D. Grayscale: #707070. Windows color (decimal): -251534 or 7481852. OLE color: 7481852.

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

Color convert

RGB 252 41 114 -
CMYK 0 0.84 0.55 0.01
HSL 339.24º 0.97% 0.57% -
HSV(B) 339.24º 0.84% 0.99% -
XYZ 43.98 23.5 18.14 -
YUV 112.41 128.9 227.56 -
System Red Green Blue C M Y K H S L
Decimal 252 41 114 0 0.84 0.55 0.01 339.24 0.97 0.57
Hex FC 29 72 0 54 37 1 153 61 39
Octal 374 51 162 0 124 67 1 523 141 71
Binary 11111100 101001 1110010 0 1010100 110111 1 101010011 1100001 111001

Color Harmonies of #FC2972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2972

Black with #FC2972

Text Example


Text Example

White with #FC2972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2972; }

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

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

background-color css

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

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

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

border-color css

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

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

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