Html Css Color HEX #FC2F70 Radical Red

📋 copy color: '#FC2F70'

red 252 ◦ green 47 ◦ blue 112

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

Shades of Radical Red #FC2F70

Tints of Radical Red #FC2F70

RGB

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

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

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

R = 61.31%
G = 11.44%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC2F70 (or 0xFC2F70) is known color: Radical Red. HEX triplet: FC, 2F and 70. RGB value is (252,47,112). Sum of RGB (Red+Green+Blue) = 252+47+112=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 47 (18.75% from 255 or 11.44% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2F70 is #03D08F. Grayscale: #737373. Windows color (decimal): -250000 or 7352316. OLE color: 7352316.

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

Color convert

RGB 252 47 112 -
CMYK 0 0.81 0.56 0.01
HSL 340.98º 0.97% 0.59% -
HSV(B) 340.98º 0.81% 0.99% -
XYZ 44.09 23.9 17.62 -
YUV 115.71 125.92 225.21 -
System Red Green Blue C M Y K H S L
Decimal 252 47 112 0 0.81 0.56 0.01 340.98 0.97 0.59
Hex FC 2F 70 0 51 38 1 155 61 3B
Octal 374 57 160 0 121 70 1 525 141 73
Binary 11111100 101111 1110000 0 1010001 111000 1 101010101 1100001 111011

Color Harmonies of #FC2F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2F70

Black with #FC2F70

Text Example


Text Example

White with #FC2F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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