Shades of Deep Pink #FC2390
Tints of Deep Pink #FC2390
RGB
CMYK
RGB Variations
Color information
#FC2390 (or 0xFC2390) is known color: Deep Pink. HEX triplet: FC, 23 and 90. RGB value is (252,35,144). Sum of RGB (Red+Green+Blue) = 252+35+144=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 35 (14.06% from 255 or 8.12% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2390 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2390 is #03DC6F. Grayscale: #707070. Windows color (decimal): -253040 or 9446396. OLE color: 9446396.
HSL color Cylindrical-coordinate representation of color #FC2390: hue angle of 329.86º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC2390 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 35 | 144 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.01 |
| HSL | 329.86º | 0.97% | 0.56% | - |
| HSV(B) | 329.86º | 0.86% | 0.99% | - |
| XYZ | 45.78 | 23.91 | 28.59 | - |
| YUV | 112.31 | 145.89 | 227.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 35 | 144 | 0 | 0.86 | 0.43 | 0.01 | 329.86 | 0.97 | 0.56 |
| Hex | FC | 23 | 90 | 0 | 56 | 2B | 1 | 14A | 61 | 38 |
| Octal | 374 | 43 | 220 | 0 | 126 | 53 | 1 | 512 | 141 | 70 |
| Binary | 11111100 | 100011 | 10010000 | 0 | 1010110 | 101011 | 1 | 101001010 | 1100001 | 111000 |
Color Harmonies of #FC2390
Complementary color
Monochromatic Colors of #FC2390
Black with #FC2390
Text Example
Text Example
White with #FC2390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2390; }
p { color: rgb(252,35,144); }
H1.HeaderClassName
{
color: #FC2390;
}
.AnyTagClassName
{
color: #FC2390;
}
</style>
background-color css
<style>
a { background-color: #FC2390; }
a { background-color: rgb(252,35,144); }
div.DivClassName
{
background-color: #FC2390;
}
.BgClassName
{
background-color: #FC2390;
}
</style>
border-color css
<style>
span { border-color: #FC2390; }
span { border-color: rgb(252,35,144); }
td.TdClassName
{
border-color: #FC2390;
}
.TagClassName
{
border-color: #FC2390;
}
</style>