Shades of Deep Pink #FB2490
Tints of Deep Pink #FB2490
RGB
CMYK
RGB Variations
Color information
#FB2490 (or 0xFB2490) is known color: Deep Pink. HEX triplet: FB, 24 and 90. RGB value is (251,36,144). Sum of RGB (Red+Green+Blue) = 251+36+144=431 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.24% from 431); Green value is 36 (14.45% from 255 or 8.35% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2490 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2490 is #04DB6F. Grayscale: #707070. Windows color (decimal): -318320 or 9446651. OLE color: 9446651.
HSL color Cylindrical-coordinate representation of color #FB2490: hue angle of 329.86º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB2490 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 36 | 144 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.02 |
| HSL | 329.86º | 0.96% | 0.56% | - |
| HSV(B) | 329.86º | 0.86% | 0.98% | - |
| XYZ | 45.45 | 23.78 | 28.58 | - |
| YUV | 112.6 | 145.73 | 226.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 36 | 144 | 0 | 0.86 | 0.43 | 0.02 | 329.86 | 0.96 | 0.56 |
| Hex | FB | 24 | 90 | 0 | 56 | 2B | 2 | 14A | 60 | 38 |
| Octal | 373 | 44 | 220 | 0 | 126 | 53 | 2 | 512 | 140 | 70 |
| Binary | 11111011 | 100100 | 10010000 | 0 | 1010110 | 101011 | 10 | 101001010 | 1100000 | 111000 |
Color Harmonies of #FB2490
Complementary color
Monochromatic Colors of #FB2490
Black with #FB2490
Text Example
Text Example
White with #FB2490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2490; }
p { color: rgb(251,36,144); }
H1.HeaderClassName
{
color: #FB2490;
}
.AnyTagClassName
{
color: #FB2490;
}
</style>
background-color css
<style>
a { background-color: #FB2490; }
a { background-color: rgb(251,36,144); }
div.DivClassName
{
background-color: #FB2490;
}
.BgClassName
{
background-color: #FB2490;
}
</style>
border-color css
<style>
span { border-color: #FB2490; }
span { border-color: rgb(251,36,144); }
td.TdClassName
{
border-color: #FB2490;
}
.TagClassName
{
border-color: #FB2490;
}
</style>