Html Css Color HEX #FC2060 Radical Red

📋 copy color: '#FC2060'

red 252 ◦ green 32 ◦ blue 96

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

Shades of Radical Red #FC2060

Tints of Radical Red #FC2060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 25.26%

R = 66.32%
G = 8.42%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC2060 (or 0xFC2060) is known color: Radical Red. HEX triplet: FC, 20 and 60. RGB value is (252,32,96). Sum of RGB (Red+Green+Blue) = 252+32+96=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2060 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2060 is #03DF9F. Grayscale: #696969. Windows color (decimal): -253856 or 6299900. OLE color: 6299900.

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

Color convert

RGB 252 32 96 -
CMYK 0 0.87 0.62 0.01
HSL 342.55º 0.97% 0.56% -
HSV(B) 342.55º 0.87% 0.99% -
XYZ 42.77 22.57 13.17 -
YUV 105.08 122.89 232.8 -
System Red Green Blue C M Y K H S L
Decimal 252 32 96 0 0.87 0.62 0.01 342.55 0.97 0.56
Hex FC 20 60 0 57 3E 1 157 61 38
Octal 374 40 140 0 127 76 1 527 141 70
Binary 11111100 100000 1100000 0 1010111 111110 1 101010111 1100001 111000

Color Harmonies of #FC2060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2060

Black with #FC2060

Text Example


Text Example

White with #FC2060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2060; }

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

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

background-color css

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

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

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

border-color css

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

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

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