Shades of Deep Pink #FB257F
Tints of Deep Pink #FB257F
RGB
CMYK
RGB Variations
Color information
#FB257F (or 0xFB257F) is known color: Deep Pink. HEX triplet: FB, 25 and 7F. RGB value is (251,37,127). Sum of RGB (Red+Green+Blue) = 251+37+127=415 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.48% from 415); Green value is 37 (14.84% from 255 or 8.92% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 251 - color contains mainly: red. Hex color #FB257F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB257F is #04DA80. Grayscale: #6F6F6F. Windows color (decimal): -318081 or 8332795. OLE color: 8332795.
HSL color Cylindrical-coordinate representation of color #FB257F: hue angle of 334.77º 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 #FB257F is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 127 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.02 |
| HSL | 334.77º | 0.96% | 0.56% | - |
| HSV(B) | 334.77º | 0.85% | 0.98% | - |
| XYZ | 44.28 | 23.36 | 22.25 | - |
| YUV | 111.25 | 136.9 | 227.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 127 | 0 | 0.85 | 0.49 | 0.02 | 334.77 | 0.96 | 0.56 |
| Hex | FB | 25 | 7F | 0 | 55 | 31 | 2 | 14F | 60 | 38 |
| Octal | 373 | 45 | 177 | 0 | 125 | 61 | 2 | 517 | 140 | 70 |
| Binary | 11111011 | 100101 | 1111111 | 0 | 1010101 | 110001 | 10 | 101001111 | 1100000 | 111000 |
Color Harmonies of #FB257F
Complementary color
Monochromatic Colors of #FB257F
Black with #FB257F
Text Example
Text Example
White with #FB257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB257F; }
p { color: rgb(251,37,127); }
H1.HeaderClassName
{
color: #FB257F;
}
.AnyTagClassName
{
color: #FB257F;
}
</style>
background-color css
<style>
a { background-color: #FB257F; }
a { background-color: rgb(251,37,127); }
div.DivClassName
{
background-color: #FB257F;
}
.BgClassName
{
background-color: #FB257F;
}
</style>
border-color css
<style>
span { border-color: #FB257F; }
span { border-color: rgb(251,37,127); }
td.TdClassName
{
border-color: #FB257F;
}
.TagClassName
{
border-color: #FB257F;
}
</style>