Shades of Hot Pink #F15AB4
Tints of Hot Pink #F15AB4
RGB
CMYK
RGB Variations
Color information
#F15AB4 (or 0xF15AB4) is known color: Hot Pink. HEX triplet: F1, 5A and B4. RGB value is (241,90,180). Sum of RGB (Red+Green+Blue) = 241+90+180=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 90 (35.55% from 255 or 17.61% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F15AB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15AB4 is #0EA54B. Grayscale: #919191. Windows color (decimal): -959820 or 11819761. OLE color: 11819761.
HSL color Cylindrical-coordinate representation of color #F15AB4: hue angle of 324.24º 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 #F15AB4 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 90 | 180 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.05 |
| HSL | 324.24º | 0.84% | 0.65% | - |
| HSV(B) | 324.24º | 0.63% | 0.95% | - |
| XYZ | 48.17 | 29.31 | 46.3 | - |
| YUV | 145.41 | 147.53 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 90 | 180 | 0 | 0.63 | 0.25 | 0.05 | 324.24 | 0.84 | 0.65 |
| Hex | F1 | 5A | B4 | 0 | 3F | 19 | 5 | 144 | 54 | 41 |
| Octal | 361 | 132 | 264 | 0 | 77 | 31 | 5 | 504 | 124 | 101 |
| Binary | 11110001 | 1011010 | 10110100 | 0 | 111111 | 11001 | 101 | 101000100 | 1010100 | 1000001 |
Color Harmonies of #F15AB4
Complementary color
Monochromatic Colors of #F15AB4
Black with #F15AB4
Text Example
Text Example
White with #F15AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15AB4; }
p { color: rgb(241,90,180); }
H1.HeaderClassName
{
color: #F15AB4;
}
.AnyTagClassName
{
color: #F15AB4;
}
</style>
background-color css
<style>
a { background-color: #F15AB4; }
a { background-color: rgb(241,90,180); }
div.DivClassName
{
background-color: #F15AB4;
}
.BgClassName
{
background-color: #F15AB4;
}
</style>
border-color css
<style>
span { border-color: #F15AB4; }
span { border-color: rgb(241,90,180); }
td.TdClassName
{
border-color: #F15AB4;
}
.TagClassName
{
border-color: #F15AB4;
}
</style>