Shades of Deep Pink #FB2390
Tints of Deep Pink #FB2390
RGB
CMYK
RGB Variations
Color information
#FB2390 (or 0xFB2390) is known color: Deep Pink. HEX triplet: FB, 23 and 90. RGB value is (251,35,144). Sum of RGB (Red+Green+Blue) = 251+35+144=430 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.37% from 430); Green value is 35 (14.06% from 255 or 8.14% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2390 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2390 is #04DC6F. Grayscale: #6F6F6F. Windows color (decimal): -318576 or 9446395. OLE color: 9446395.
HSL color Cylindrical-coordinate representation of color #FB2390: hue angle of 329.72º 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 #FB2390 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 35 | 144 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.02 |
| HSL | 329.72º | 0.96% | 0.56% | - |
| HSV(B) | 329.72º | 0.86% | 0.98% | - |
| XYZ | 45.42 | 23.72 | 28.57 | - |
| YUV | 112.01 | 146.06 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 35 | 144 | 0 | 0.86 | 0.43 | 0.02 | 329.72 | 0.96 | 0.56 |
| Hex | FB | 23 | 90 | 0 | 56 | 2B | 2 | 14A | 60 | 38 |
| Octal | 373 | 43 | 220 | 0 | 126 | 53 | 2 | 512 | 140 | 70 |
| Binary | 11111011 | 100011 | 10010000 | 0 | 1010110 | 101011 | 10 | 101001010 | 1100000 | 111000 |
Color Harmonies of #FB2390
Complementary color
Monochromatic Colors of #FB2390
Black with #FB2390
Text Example
Text Example
White with #FB2390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2390; }
p { color: rgb(251,35,144); }
H1.HeaderClassName
{
color: #FB2390;
}
.AnyTagClassName
{
color: #FB2390;
}
</style>
background-color css
<style>
a { background-color: #FB2390; }
a { background-color: rgb(251,35,144); }
div.DivClassName
{
background-color: #FB2390;
}
.BgClassName
{
background-color: #FB2390;
}
</style>
border-color css
<style>
span { border-color: #FB2390; }
span { border-color: rgb(251,35,144); }
td.TdClassName
{
border-color: #FB2390;
}
.TagClassName
{
border-color: #FB2390;
}
</style>