Shades of Hot Pink #F15AB9
Tints of Hot Pink #F15AB9
RGB
CMYK
RGB Variations
Color information
#F15AB9 (or 0xF15AB9) is known color: Hot Pink. HEX triplet: F1, 5A and B9. RGB value is (241,90,185). Sum of RGB (Red+Green+Blue) = 241+90+185=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 90 (35.55% from 255 or 17.44% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F15AB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15AB9 is #0EA546. Grayscale: #919191. Windows color (decimal): -959815 or 12147441. OLE color: 12147441.
HSL color Cylindrical-coordinate representation of color #F15AB9: hue angle of 322.25º degrees, saturation: 0.84, 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 #F15AB9 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 90 | 185 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.05 |
| HSL | 322.25º | 0.84% | 0.65% | - |
| HSV(B) | 322.25º | 0.63% | 0.95% | - |
| XYZ | 48.69 | 29.52 | 49.03 | - |
| YUV | 145.98 | 150.03 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 90 | 185 | 0 | 0.63 | 0.23 | 0.05 | 322.25 | 0.84 | 0.65 |
| Hex | F1 | 5A | B9 | 0 | 3F | 17 | 5 | 142 | 54 | 41 |
| Octal | 361 | 132 | 271 | 0 | 77 | 27 | 5 | 502 | 124 | 101 |
| Binary | 11110001 | 1011010 | 10111001 | 0 | 111111 | 10111 | 101 | 101000010 | 1010100 | 1000001 |
Color Harmonies of #F15AB9
Complementary color
Monochromatic Colors of #F15AB9
Black with #F15AB9
Text Example
Text Example
White with #F15AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15AB9; }
p { color: rgb(241,90,185); }
H1.HeaderClassName
{
color: #F15AB9;
}
.AnyTagClassName
{
color: #F15AB9;
}
</style>
background-color css
<style>
a { background-color: #F15AB9; }
a { background-color: rgb(241,90,185); }
div.DivClassName
{
background-color: #F15AB9;
}
.BgClassName
{
background-color: #F15AB9;
}
</style>
border-color css
<style>
span { border-color: #F15AB9; }
span { border-color: rgb(241,90,185); }
td.TdClassName
{
border-color: #F15AB9;
}
.TagClassName
{
border-color: #F15AB9;
}
</style>