Shades of Hot Pink #F259BB
Tints of Hot Pink #F259BB
RGB
CMYK
RGB Variations
Color information
#F259BB (or 0xF259BB) is known color: Hot Pink. HEX triplet: F2, 59 and BB. RGB value is (242,89,187). Sum of RGB (Red+Green+Blue) = 242+89+187=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 89 (35.16% from 255 or 17.18% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F259BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F259BB is #0DA644. Grayscale: #919191. Windows color (decimal): -894533 or 12278258. OLE color: 12278258.
HSL color Cylindrical-coordinate representation of color #F259BB: hue angle of 321.57º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F259BB is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 187 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.05 |
| HSL | 321.57º | 0.85% | 0.65% | - |
| HSV(B) | 321.57º | 0.63% | 0.95% | - |
| XYZ | 49.16 | 29.61 | 50.14 | - |
| YUV | 145.92 | 151.19 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 187 | 0 | 0.63 | 0.23 | 0.05 | 321.57 | 0.85 | 0.65 |
| Hex | F2 | 59 | BB | 0 | 3F | 17 | 5 | 142 | 55 | 41 |
| Octal | 362 | 131 | 273 | 0 | 77 | 27 | 5 | 502 | 125 | 101 |
| Binary | 11110010 | 1011001 | 10111011 | 0 | 111111 | 10111 | 101 | 101000010 | 1010101 | 1000001 |
Color Harmonies of #F259BB
Complementary color
Monochromatic Colors of #F259BB
Black with #F259BB
Text Example
Text Example
White with #F259BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F259BB; }
p { color: rgb(242,89,187); }
H1.HeaderClassName
{
color: #F259BB;
}
.AnyTagClassName
{
color: #F259BB;
}
</style>
background-color css
<style>
a { background-color: #F259BB; }
a { background-color: rgb(242,89,187); }
div.DivClassName
{
background-color: #F259BB;
}
.BgClassName
{
background-color: #F259BB;
}
</style>
border-color css
<style>
span { border-color: #F259BB; }
span { border-color: rgb(242,89,187); }
td.TdClassName
{
border-color: #F259BB;
}
.TagClassName
{
border-color: #F259BB;
}
</style>