Html Css Color HEX #FC2860 Radical Red

📋 copy color: '#FC2860'

red 252 ◦ green 40 ◦ blue 96

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

Shades of Radical Red #FC2860

Tints of Radical Red #FC2860

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.31%

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

R = 64.95%
G = 10.31%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC2860 (or 0xFC2860) is known color: Radical Red. HEX triplet: FC, 28 and 60. RGB value is (252,40,96). Sum of RGB (Red+Green+Blue) = 252+40+96=388 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.95% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2860 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2860 is #03D79F. Grayscale: #6D6D6D. Windows color (decimal): -251808 or 6301948. OLE color: 6301948.

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

Color convert

RGB 252 40 96 -
CMYK 0 0.84 0.62 0.01
HSL 344.15º 0.97% 0.57% -
HSV(B) 344.15º 0.84% 0.99% -
XYZ 43.02 23.06 13.25 -
YUV 109.77 120.24 229.45 -
System Red Green Blue C M Y K H S L
Decimal 252 40 96 0 0.84 0.62 0.01 344.15 0.97 0.57
Hex FC 28 60 0 54 3E 1 158 61 39
Octal 374 50 140 0 124 76 1 530 141 71
Binary 11111100 101000 1100000 0 1010100 111110 1 101011000 1100001 111001

Color Harmonies of #FC2860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2860

Black with #FC2860

Text Example


Text Example

White with #FC2860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2860; }

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

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

background-color css

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

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

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

border-color css

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

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

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