Shades of Hot Pink #F165AB
Tints of Hot Pink #F165AB
RGB
CMYK
RGB Variations
Color information
#F165AB (or 0xF165AB) is known color: Hot Pink. HEX triplet: F1, 65 and AB. RGB value is (241,101,171). Sum of RGB (Red+Green+Blue) = 241+101+171=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F165AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F165AB is #0E9A54. Grayscale: #969696. Windows color (decimal): -957013 or 11232753. OLE color: 11232753.
HSL color Cylindrical-coordinate representation of color #F165AB: hue angle of 330º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F165AB is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 171 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.05 |
| HSL | 330º | 0.83% | 0.67% | - |
| HSV(B) | 330º | 0.58% | 0.95% | - |
| XYZ | 48.28 | 30.95 | 41.96 | - |
| YUV | 150.84 | 139.38 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 171 | 0 | 0.58 | 0.29 | 0.05 | 330 | 0.83 | 0.67 |
| Hex | F1 | 65 | AB | 0 | 3A | 1D | 5 | 14A | 53 | 43 |
| Octal | 361 | 145 | 253 | 0 | 72 | 35 | 5 | 512 | 123 | 103 |
| Binary | 11110001 | 1100101 | 10101011 | 0 | 111010 | 11101 | 101 | 101001010 | 1010011 | 1000011 |
Color Harmonies of #F165AB
Complementary color
Monochromatic Colors of #F165AB
Black with #F165AB
Text Example
Text Example
White with #F165AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F165AB; }
p { color: rgb(241,101,171); }
H1.HeaderClassName
{
color: #F165AB;
}
.AnyTagClassName
{
color: #F165AB;
}
</style>
background-color css
<style>
a { background-color: #F165AB; }
a { background-color: rgb(241,101,171); }
div.DivClassName
{
background-color: #F165AB;
}
.BgClassName
{
background-color: #F165AB;
}
</style>
border-color css
<style>
span { border-color: #F165AB; }
span { border-color: rgb(241,101,171); }
td.TdClassName
{
border-color: #F165AB;
}
.TagClassName
{
border-color: #F165AB;
}
</style>