Shades of Hot Pink #F259BD
Tints of Hot Pink #F259BD
RGB
CMYK
RGB Variations
Color information
#F259BD (or 0xF259BD) is known color: Hot Pink. HEX triplet: F2, 59 and BD. RGB value is (242,89,189). Sum of RGB (Red+Green+Blue) = 242+89+189=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 89 (35.16% from 255 or 17.12% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F259BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F259BD is #0DA642. Grayscale: #919191. Windows color (decimal): -894531 or 12409330. OLE color: 12409330.
HSL color Cylindrical-coordinate representation of color #F259BD: hue angle of 320.78º 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 #F259BD is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 189 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.05 |
| HSL | 320.78º | 0.85% | 0.65% | - |
| HSV(B) | 320.78º | 0.63% | 0.95% | - |
| XYZ | 49.38 | 29.7 | 51.27 | - |
| YUV | 146.15 | 152.19 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 189 | 0 | 0.63 | 0.22 | 0.05 | 320.78 | 0.85 | 0.65 |
| Hex | F2 | 59 | BD | 0 | 3F | 16 | 5 | 141 | 55 | 41 |
| Octal | 362 | 131 | 275 | 0 | 77 | 26 | 5 | 501 | 125 | 101 |
| Binary | 11110010 | 1011001 | 10111101 | 0 | 111111 | 10110 | 101 | 101000001 | 1010101 | 1000001 |
Color Harmonies of #F259BD
Complementary color
Monochromatic Colors of #F259BD
Black with #F259BD
Text Example
Text Example
White with #F259BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F259BD; }
p { color: rgb(242,89,189); }
H1.HeaderClassName
{
color: #F259BD;
}
.AnyTagClassName
{
color: #F259BD;
}
</style>
background-color css
<style>
a { background-color: #F259BD; }
a { background-color: rgb(242,89,189); }
div.DivClassName
{
background-color: #F259BD;
}
.BgClassName
{
background-color: #F259BD;
}
</style>
border-color css
<style>
span { border-color: #F259BD; }
span { border-color: rgb(242,89,189); }
td.TdClassName
{
border-color: #F259BD;
}
.TagClassName
{
border-color: #F259BD;
}
</style>