#FC2C5B

Color #FC2C5B Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #FC2C5B

Tints of Radical Red #FC2C5B

Color information

#FC2C5B (or 0xFC2C5B) is unknown color: approx Radical Red. HEX triplet: FC, 2C and 5B. RGB value is (252,44,91). Sum of RGB (Red+Green+Blue) = 252+44+91=387 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.12% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2C5B is #03D3A4. Grayscale: #6F6F6F. Windows color (decimal): -250789 or 5975292. OLE color: 5975292.

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

Color convert

RGB2524491-
CMYK00.830.640.01
HSL346.44º97.2%58.04%-
HSV(B)346.44º82.54%98.82%-
XYZ42.9323.2512.12-
YUV111.55116.41228.18-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 65.12%
GREEN value IS 44 (17.58% from 255) = 11.37%
BLUE value IS 91 (35.94% from 255) = 23.51%
R=65.12%
G=11.37%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252449100.830.640.01346.4497.258.04
HexFC2C5B05340115a613a
Octal374541330123100153214172
Binary11111100101100101101101010011100000011010110101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2C5B; }

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

 H1.HeaderClassName
 {
   color: #FC2C5B;
 }
 .AnyTagClassName
 {
   color: #FC2C5B;
 }
</style>
background-color css

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

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

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

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

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

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