Shades of Deep Pink #FB257D
Tints of Deep Pink #FB257D
RGB
CMYK
RGB Variations
Color information
#FB257D (or 0xFB257D) is known color: Deep Pink. HEX triplet: FB, 25 and 7D. RGB value is (251,37,125). Sum of RGB (Red+Green+Blue) = 251+37+125=413 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.77% from 413); Green value is 37 (14.84% from 255 or 8.96% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 251 - color contains mainly: red. Hex color #FB257D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB257D is #04DA82. Grayscale: #6E6E6E. Windows color (decimal): -318083 or 8201723. OLE color: 8201723.
HSL color Cylindrical-coordinate representation of color #FB257D: hue angle of 335.33º 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 #FB257D is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 125 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.02 |
| HSL | 335.33º | 0.96% | 0.56% | - |
| HSV(B) | 335.33º | 0.85% | 0.98% | - |
| XYZ | 44.15 | 23.31 | 21.58 | - |
| YUV | 111.02 | 135.9 | 227.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 125 | 0 | 0.85 | 0.50 | 0.02 | 335.33 | 0.96 | 0.56 |
| Hex | FB | 25 | 7D | 0 | 55 | 32 | 2 | 14F | 60 | 38 |
| Octal | 373 | 45 | 175 | 0 | 125 | 62 | 2 | 517 | 140 | 70 |
| Binary | 11111011 | 100101 | 1111101 | 0 | 1010101 | 110010 | 10 | 101001111 | 1100000 | 111000 |
Color Harmonies of #FB257D
Complementary color
Monochromatic Colors of #FB257D
Black with #FB257D
Text Example
Text Example
White with #FB257D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB257D; }
p { color: rgb(251,37,125); }
H1.HeaderClassName
{
color: #FB257D;
}
.AnyTagClassName
{
color: #FB257D;
}
</style>
background-color css
<style>
a { background-color: #FB257D; }
a { background-color: rgb(251,37,125); }
div.DivClassName
{
background-color: #FB257D;
}
.BgClassName
{
background-color: #FB257D;
}
</style>
border-color css
<style>
span { border-color: #FB257D; }
span { border-color: rgb(251,37,125); }
td.TdClassName
{
border-color: #FB257D;
}
.TagClassName
{
border-color: #FB257D;
}
</style>