Shades of Deep Pink #F9258A
Tints of Deep Pink #F9258A
RGB
CMYK
RGB Variations
Color information
#F9258A (or 0xF9258A) is known color: Deep Pink. HEX triplet: F9, 25 and 8A. RGB value is (249,37,138). Sum of RGB (Red+Green+Blue) = 249+37+138=424 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.73% from 424); Green value is 37 (14.84% from 255 or 8.73% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 249 - color contains mainly: red. Hex color #F9258A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9258A is #06DA75. Grayscale: #6F6F6F. Windows color (decimal): -449142 or 9053689. OLE color: 9053689.
HSL color Cylindrical-coordinate representation of color #F9258A: hue angle of 331.42º 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 #F9258A is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 37 | 138 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.02 |
| HSL | 331.42º | 0.95% | 0.56% | - |
| HSV(B) | 331.42º | 0.85% | 0.98% | - |
| XYZ | 44.32 | 23.3 | 26.21 | - |
| YUV | 111.9 | 142.74 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 37 | 138 | 0 | 0.85 | 0.45 | 0.02 | 331.42 | 0.95 | 0.56 |
| Hex | F9 | 25 | 8A | 0 | 55 | 2D | 2 | 14B | 5F | 38 |
| Octal | 371 | 45 | 212 | 0 | 125 | 55 | 2 | 513 | 137 | 70 |
| Binary | 11111001 | 100101 | 10001010 | 0 | 1010101 | 101101 | 10 | 101001011 | 1011111 | 111000 |
Color Harmonies of #F9258A
Complementary color
Monochromatic Colors of #F9258A
Black with #F9258A
Text Example
Text Example
White with #F9258A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9258A; }
p { color: rgb(249,37,138); }
H1.HeaderClassName
{
color: #F9258A;
}
.AnyTagClassName
{
color: #F9258A;
}
</style>
background-color css
<style>
a { background-color: #F9258A; }
a { background-color: rgb(249,37,138); }
div.DivClassName
{
background-color: #F9258A;
}
.BgClassName
{
background-color: #F9258A;
}
</style>
border-color css
<style>
span { border-color: #F9258A; }
span { border-color: rgb(249,37,138); }
td.TdClassName
{
border-color: #F9258A;
}
.TagClassName
{
border-color: #F9258A;
}
</style>