Shades of Deep Pink #FB237B
Tints of Deep Pink #FB237B
RGB
CMYK
RGB Variations
Color information
#FB237B (or 0xFB237B) is known color: Deep Pink. HEX triplet: FB, 23 and 7B. RGB value is (251,35,123). Sum of RGB (Red+Green+Blue) = 251+35+123=409 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.37% from 409); Green value is 35 (14.06% from 255 or 8.56% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 251 - color contains mainly: red. Hex color #FB237B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB237B is #04DC84. Grayscale: #6D6D6D. Windows color (decimal): -318597 or 8070139. OLE color: 8070139.
HSL color Cylindrical-coordinate representation of color #FB237B: hue angle of 335.56º 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 #FB237B is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 35 | 123 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.02 |
| HSL | 335.56º | 0.96% | 0.56% | - |
| HSV(B) | 335.56º | 0.86% | 0.98% | - |
| XYZ | 43.96 | 23.14 | 20.89 | - |
| YUV | 109.62 | 135.56 | 228.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 35 | 123 | 0 | 0.86 | 0.51 | 0.02 | 335.56 | 0.96 | 0.56 |
| Hex | FB | 23 | 7B | 0 | 56 | 33 | 2 | 150 | 60 | 38 |
| Octal | 373 | 43 | 173 | 0 | 126 | 63 | 2 | 520 | 140 | 70 |
| Binary | 11111011 | 100011 | 1111011 | 0 | 1010110 | 110011 | 10 | 101010000 | 1100000 | 111000 |
Color Harmonies of #FB237B
Complementary color
Monochromatic Colors of #FB237B
Black with #FB237B
Text Example
Text Example
White with #FB237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB237B; }
p { color: rgb(251,35,123); }
H1.HeaderClassName
{
color: #FB237B;
}
.AnyTagClassName
{
color: #FB237B;
}
</style>
background-color css
<style>
a { background-color: #FB237B; }
a { background-color: rgb(251,35,123); }
div.DivClassName
{
background-color: #FB237B;
}
.BgClassName
{
background-color: #FB237B;
}
</style>
border-color css
<style>
span { border-color: #FB237B; }
span { border-color: rgb(251,35,123); }
td.TdClassName
{
border-color: #FB237B;
}
.TagClassName
{
border-color: #FB237B;
}
</style>