Html Css Color HEX #FC2F74 Radical Red

📋 copy color: '#FC2F74'

red 252 ◦ green 47 ◦ blue 116

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

Shades of Radical Red #FC2F74

Tints of Radical Red #FC2F74

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.33%

 BLUE value IS 116 (45.7% from 255) = 27.95%

R = 60.72%
G = 11.33%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC2F74 (or 0xFC2F74) is known color: Radical Red. HEX triplet: FC, 2F and 74. RGB value is (252,47,116). Sum of RGB (Red+Green+Blue) = 252+47+116=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 47 (18.75% from 255 or 11.33% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2F74 is #03D08B. Grayscale: #747474. Windows color (decimal): -249996 or 7614460. OLE color: 7614460.

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

Color convert

RGB 252 47 116 -
CMYK 0 0.81 0.54 0.01
HSL 339.8º 0.97% 0.59% -
HSV(B) 339.8º 0.81% 0.99% -
XYZ 44.31 23.99 18.82 -
YUV 116.16 127.92 224.89 -
System Red Green Blue C M Y K H S L
Decimal 252 47 116 0 0.81 0.54 0.01 339.8 0.97 0.59
Hex FC 2F 74 0 51 36 1 154 61 3B
Octal 374 57 164 0 121 66 1 524 141 73
Binary 11111100 101111 1110100 0 1010001 110110 1 101010100 1100001 111011

Color Harmonies of #FC2F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2F74

Black with #FC2F74

Text Example


Text Example

White with #FC2F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2F74; }

 p { color: rgb(252,47,116); }

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

background-color css

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

 a { background-color: rgb(252,47,116); }

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

border-color css

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

 span { border-color: rgb(252,47,116); }

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