Shades of Hot Pink #F25ABB
Tints of Hot Pink #F25ABB
RGB
CMYK
RGB Variations
Color information
#F25ABB (or 0xF25ABB) is known color: Hot Pink. HEX triplet: F2, 5A and BB. RGB value is (242,90,187). Sum of RGB (Red+Green+Blue) = 242+90+187=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 90 (35.55% from 255 or 17.34% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F25ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25ABB is #0DA544. Grayscale: #929292. Windows color (decimal): -894277 or 12278514. OLE color: 12278514.
HSL color Cylindrical-coordinate representation of color #F25ABB: hue angle of 321.71º 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 #F25ABB is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 90 | 187 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.05 |
| HSL | 321.71º | 0.85% | 0.65% | - |
| HSV(B) | 321.71º | 0.63% | 0.95% | - |
| XYZ | 49.24 | 29.78 | 50.17 | - |
| YUV | 146.51 | 150.86 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 90 | 187 | 0 | 0.63 | 0.23 | 0.05 | 321.71 | 0.85 | 0.65 |
| Hex | F2 | 5A | BB | 0 | 3F | 17 | 5 | 142 | 55 | 41 |
| Octal | 362 | 132 | 273 | 0 | 77 | 27 | 5 | 502 | 125 | 101 |
| Binary | 11110010 | 1011010 | 10111011 | 0 | 111111 | 10111 | 101 | 101000010 | 1010101 | 1000001 |
Color Harmonies of #F25ABB
Complementary color
Monochromatic Colors of #F25ABB
Black with #F25ABB
Text Example
Text Example
White with #F25ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25ABB; }
p { color: rgb(242,90,187); }
H1.HeaderClassName
{
color: #F25ABB;
}
.AnyTagClassName
{
color: #F25ABB;
}
</style>
background-color css
<style>
a { background-color: #F25ABB; }
a { background-color: rgb(242,90,187); }
div.DivClassName
{
background-color: #F25ABB;
}
.BgClassName
{
background-color: #F25ABB;
}
</style>
border-color css
<style>
span { border-color: #F25ABB; }
span { border-color: rgb(242,90,187); }
td.TdClassName
{
border-color: #F25ABB;
}
.TagClassName
{
border-color: #F25ABB;
}
</style>