Shades of Hot Pink #F165B9
Tints of Hot Pink #F165B9
RGB
CMYK
RGB Variations
Color information
#F165B9 (or 0xF165B9) is known color: Hot Pink. HEX triplet: F1, 65 and B9. RGB value is (241,101,185). Sum of RGB (Red+Green+Blue) = 241+101+185=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F165B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F165B9 is #0E9A46. Grayscale: #989898. Windows color (decimal): -956999 or 12150257. OLE color: 12150257.
HSL color Cylindrical-coordinate representation of color #F165B9: hue angle of 324º 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 #F165B9 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 185 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.05 |
| HSL | 324º | 0.83% | 0.67% | - |
| HSV(B) | 324º | 0.58% | 0.95% | - |
| XYZ | 49.69 | 31.51 | 49.36 | - |
| YUV | 152.44 | 146.38 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 185 | 0 | 0.58 | 0.23 | 0.05 | 324 | 0.83 | 0.67 |
| Hex | F1 | 65 | B9 | 0 | 3A | 17 | 5 | 144 | 53 | 43 |
| Octal | 361 | 145 | 271 | 0 | 72 | 27 | 5 | 504 | 123 | 103 |
| Binary | 11110001 | 1100101 | 10111001 | 0 | 111010 | 10111 | 101 | 101000100 | 1010011 | 1000011 |
Color Harmonies of #F165B9
Complementary color
Monochromatic Colors of #F165B9
Black with #F165B9
Text Example
Text Example
White with #F165B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F165B9; }
p { color: rgb(241,101,185); }
H1.HeaderClassName
{
color: #F165B9;
}
.AnyTagClassName
{
color: #F165B9;
}
</style>
background-color css
<style>
a { background-color: #F165B9; }
a { background-color: rgb(241,101,185); }
div.DivClassName
{
background-color: #F165B9;
}
.BgClassName
{
background-color: #F165B9;
}
</style>
border-color css
<style>
span { border-color: #F165B9; }
span { border-color: rgb(241,101,185); }
td.TdClassName
{
border-color: #F165B9;
}
.TagClassName
{
border-color: #F165B9;
}
</style>