Shades of Hot Pink #F259BC
Tints of Hot Pink #F259BC
RGB
CMYK
RGB Variations
Color information
#F259BC (or 0xF259BC) is known color: Hot Pink. HEX triplet: F2, 59 and BC. RGB value is (242,89,188). Sum of RGB (Red+Green+Blue) = 242+89+188=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 89 (35.16% from 255 or 17.15% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F259BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F259BC is #0DA643. Grayscale: #919191. Windows color (decimal): -894532 or 12343794. OLE color: 12343794.
HSL color Cylindrical-coordinate representation of color #F259BC: hue angle of 321.18º 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 #F259BC is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 188 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.05 |
| HSL | 321.18º | 0.85% | 0.65% | - |
| HSV(B) | 321.18º | 0.63% | 0.95% | - |
| XYZ | 49.27 | 29.65 | 50.7 | - |
| YUV | 146.03 | 151.69 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 188 | 0 | 0.63 | 0.22 | 0.05 | 321.18 | 0.85 | 0.65 |
| Hex | F2 | 59 | BC | 0 | 3F | 16 | 5 | 141 | 55 | 41 |
| Octal | 362 | 131 | 274 | 0 | 77 | 26 | 5 | 501 | 125 | 101 |
| Binary | 11110010 | 1011001 | 10111100 | 0 | 111111 | 10110 | 101 | 101000001 | 1010101 | 1000001 |
Color Harmonies of #F259BC
Complementary color
Monochromatic Colors of #F259BC
Black with #F259BC
Text Example
Text Example
White with #F259BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F259BC; }
p { color: rgb(242,89,188); }
H1.HeaderClassName
{
color: #F259BC;
}
.AnyTagClassName
{
color: #F259BC;
}
</style>
background-color css
<style>
a { background-color: #F259BC; }
a { background-color: rgb(242,89,188); }
div.DivClassName
{
background-color: #F259BC;
}
.BgClassName
{
background-color: #F259BC;
}
</style>
border-color css
<style>
span { border-color: #F259BC; }
span { border-color: rgb(242,89,188); }
td.TdClassName
{
border-color: #F259BC;
}
.TagClassName
{
border-color: #F259BC;
}
</style>