Html Css Color HEX #FC2C60 Radical Red

📋 copy color: '#FC2C60'

red 252 ◦ green 44 ◦ blue 96

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

Shades of Radical Red #FC2C60

Tints of Radical Red #FC2C60

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.22%

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

R = 64.29%
G = 11.22%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC2C60 (or 0xFC2C60) is known color: Radical Red. HEX triplet: FC, 2C and 60. RGB value is (252,44,96). Sum of RGB (Red+Green+Blue) = 252+44+96=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 44 (17.58% from 255 or 11.22% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2C60 is #03D39F. Grayscale: #707070. Windows color (decimal): -250784 or 6302972. OLE color: 6302972.

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

Color convert

RGB 252 44 96 -
CMYK 0 0.83 0.62 0.01
HSL 345º 0.97% 0.58% -
HSV(B) 345º 0.83% 0.99% -
XYZ 43.16 23.34 13.3 -
YUV 112.12 118.91 227.77 -
System Red Green Blue C M Y K H S L
Decimal 252 44 96 0 0.83 0.62 0.01 345 0.97 0.58
Hex FC 2C 60 0 53 3E 1 159 61 3A
Octal 374 54 140 0 123 76 1 531 141 72
Binary 11111100 101100 1100000 0 1010011 111110 1 101011001 1100001 111010

Color Harmonies of #FC2C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2C60

Black with #FC2C60

Text Example


Text Example

White with #FC2C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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