Shades of Deep Pink #FB2386
Tints of Deep Pink #FB2386
RGB
CMYK
RGB Variations
Color information
#FB2386 (or 0xFB2386) is known color: Deep Pink. HEX triplet: FB, 23 and 86. RGB value is (251,35,134). Sum of RGB (Red+Green+Blue) = 251+35+134=420 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.76% from 420); Green value is 35 (14.06% from 255 or 8.33% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2386 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2386 is #04DC79. Grayscale: #6E6E6E. Windows color (decimal): -318586 or 8791035. OLE color: 8791035.
HSL color Cylindrical-coordinate representation of color #FB2386: hue angle of 332.5º 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 #FB2386 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 35 | 134 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.02 |
| HSL | 332.5º | 0.96% | 0.56% | - |
| HSV(B) | 332.5º | 0.86% | 0.98% | - |
| XYZ | 44.69 | 23.43 | 24.72 | - |
| YUV | 110.87 | 141.06 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 35 | 134 | 0 | 0.86 | 0.47 | 0.02 | 332.5 | 0.96 | 0.56 |
| Hex | FB | 23 | 86 | 0 | 56 | 2F | 2 | 14C | 60 | 38 |
| Octal | 373 | 43 | 206 | 0 | 126 | 57 | 2 | 514 | 140 | 70 |
| Binary | 11111011 | 100011 | 10000110 | 0 | 1010110 | 101111 | 10 | 101001100 | 1100000 | 111000 |
Color Harmonies of #FB2386
Complementary color
Monochromatic Colors of #FB2386
Black with #FB2386
Text Example
Text Example
White with #FB2386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2386; }
p { color: rgb(251,35,134); }
H1.HeaderClassName
{
color: #FB2386;
}
.AnyTagClassName
{
color: #FB2386;
}
</style>
background-color css
<style>
a { background-color: #FB2386; }
a { background-color: rgb(251,35,134); }
div.DivClassName
{
background-color: #FB2386;
}
.BgClassName
{
background-color: #FB2386;
}
</style>
border-color css
<style>
span { border-color: #FB2386; }
span { border-color: rgb(251,35,134); }
td.TdClassName
{
border-color: #FB2386;
}
.TagClassName
{
border-color: #FB2386;
}
</style>