Html Css Color HEX #FC2070 Radical Red

📋 copy color: '#FC2070'

red 252 ◦ green 32 ◦ blue 112

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

Shades of Radical Red #FC2070

Tints of Radical Red #FC2070

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.08%

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

R = 63.64%
G = 8.08%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC2070 (or 0xFC2070) is known color: Radical Red. HEX triplet: FC, 20 and 70. RGB value is (252,32,112). Sum of RGB (Red+Green+Blue) = 252+32+112=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2070 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2070 is #03DF8F. Grayscale: #6A6A6A. Windows color (decimal): -253840 or 7348476. OLE color: 7348476.

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

Color convert

RGB 252 32 112 -
CMYK 0 0.87 0.56 0.01
HSL 338.18º 0.97% 0.56% -
HSV(B) 338.18º 0.87% 0.99% -
XYZ 43.59 22.9 17.45 -
YUV 106.9 130.89 231.5 -
System Red Green Blue C M Y K H S L
Decimal 252 32 112 0 0.87 0.56 0.01 338.18 0.97 0.56
Hex FC 20 70 0 57 38 1 152 61 38
Octal 374 40 160 0 127 70 1 522 141 70
Binary 11111100 100000 1110000 0 1010111 111000 1 101010010 1100001 111000

Color Harmonies of #FC2070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2070

Black with #FC2070

Text Example


Text Example

White with #FC2070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2070; }

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

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

background-color css

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

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

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

border-color css

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

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

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