Shades of Deep Pink #FB257B
Tints of Deep Pink #FB257B
RGB
CMYK
RGB Variations
Color information
#FB257B (or 0xFB257B) is known color: Deep Pink. HEX triplet: FB, 25 and 7B. RGB value is (251,37,123). Sum of RGB (Red+Green+Blue) = 251+37+123=411 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.07% from 411); Green value is 37 (14.84% from 255 or 9.00% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 251 - color contains mainly: red. Hex color #FB257B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB257B is #04DA84. Grayscale: #6E6E6E. Windows color (decimal): -318085 or 8070651. OLE color: 8070651.
HSL color Cylindrical-coordinate representation of color #FB257B: hue angle of 335.89º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB257B is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 123 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.02 |
| HSL | 335.89º | 0.96% | 0.56% | - |
| HSV(B) | 335.89º | 0.85% | 0.98% | - |
| XYZ | 44.02 | 23.26 | 20.91 | - |
| YUV | 110.79 | 134.9 | 228.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 123 | 0 | 0.85 | 0.51 | 0.02 | 335.89 | 0.96 | 0.56 |
| Hex | FB | 25 | 7B | 0 | 55 | 33 | 2 | 150 | 60 | 38 |
| Octal | 373 | 45 | 173 | 0 | 125 | 63 | 2 | 520 | 140 | 70 |
| Binary | 11111011 | 100101 | 1111011 | 0 | 1010101 | 110011 | 10 | 101010000 | 1100000 | 111000 |
Color Harmonies of #FB257B
Complementary color
Monochromatic Colors of #FB257B
Black with #FB257B
Text Example
Text Example
White with #FB257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB257B; }
p { color: rgb(251,37,123); }
H1.HeaderClassName
{
color: #FB257B;
}
.AnyTagClassName
{
color: #FB257B;
}
</style>
background-color css
<style>
a { background-color: #FB257B; }
a { background-color: rgb(251,37,123); }
div.DivClassName
{
background-color: #FB257B;
}
.BgClassName
{
background-color: #FB257B;
}
</style>
border-color css
<style>
span { border-color: #FB257B; }
span { border-color: rgb(251,37,123); }
td.TdClassName
{
border-color: #FB257B;
}
.TagClassName
{
border-color: #FB257B;
}
</style>