Shades of Deep Pink #F9257B
Tints of Deep Pink #F9257B
RGB
CMYK
RGB Variations
Color information
#F9257B (or 0xF9257B) is known color: Deep Pink. HEX triplet: F9, 25 and 7B. RGB value is (249,37,123). Sum of RGB (Red+Green+Blue) = 249+37+123=409 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.88% from 409); Green value is 37 (14.84% from 255 or 9.05% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 249 - color contains mainly: red. Hex color #F9257B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9257B is #06DA84. Grayscale: #6E6E6E. Windows color (decimal): -449157 or 8070649. OLE color: 8070649.
HSL color Cylindrical-coordinate representation of color #F9257B: hue angle of 335.66º degrees, saturation: 0.95, 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 #F9257B is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 37 | 123 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.02 |
| HSL | 335.66º | 0.95% | 0.56% | - |
| HSV(B) | 335.66º | 0.85% | 0.98% | - |
| XYZ | 43.3 | 22.89 | 20.88 | - |
| YUV | 110.19 | 135.24 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 37 | 123 | 0 | 0.85 | 0.51 | 0.02 | 335.66 | 0.95 | 0.56 |
| Hex | F9 | 25 | 7B | 0 | 55 | 33 | 2 | 150 | 5F | 38 |
| Octal | 371 | 45 | 173 | 0 | 125 | 63 | 2 | 520 | 137 | 70 |
| Binary | 11111001 | 100101 | 1111011 | 0 | 1010101 | 110011 | 10 | 101010000 | 1011111 | 111000 |
Color Harmonies of #F9257B
Complementary color
Monochromatic Colors of #F9257B
Black with #F9257B
Text Example
Text Example
White with #F9257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9257B; }
p { color: rgb(249,37,123); }
H1.HeaderClassName
{
color: #F9257B;
}
.AnyTagClassName
{
color: #F9257B;
}
</style>
background-color css
<style>
a { background-color: #F9257B; }
a { background-color: rgb(249,37,123); }
div.DivClassName
{
background-color: #F9257B;
}
.BgClassName
{
background-color: #F9257B;
}
</style>
border-color css
<style>
span { border-color: #F9257B; }
span { border-color: rgb(249,37,123); }
td.TdClassName
{
border-color: #F9257B;
}
.TagClassName
{
border-color: #F9257B;
}
</style>