Shades of Hot Pink #F165B7
Tints of Hot Pink #F165B7
RGB
CMYK
RGB Variations
Color information
#F165B7 (or 0xF165B7) is known color: Hot Pink. HEX triplet: F1, 65 and B7. RGB value is (241,101,183). Sum of RGB (Red+Green+Blue) = 241+101+183=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 101 (39.84% from 255 or 19.24% from 525); Blue value is 183 (71.88% from 255 or 34.86% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F165B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F165B7 is #0E9A48. Grayscale: #989898. Windows color (decimal): -957001 or 12019185. OLE color: 12019185.
HSL color Cylindrical-coordinate representation of color #F165B7: hue angle of 324.86º 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 #F165B7 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 183 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.05 |
| HSL | 324.86º | 0.83% | 0.67% | - |
| HSV(B) | 324.86º | 0.58% | 0.95% | - |
| XYZ | 49.48 | 31.43 | 48.26 | - |
| YUV | 152.21 | 145.38 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 183 | 0 | 0.58 | 0.24 | 0.05 | 324.86 | 0.83 | 0.67 |
| Hex | F1 | 65 | B7 | 0 | 3A | 18 | 5 | 145 | 53 | 43 |
| Octal | 361 | 145 | 267 | 0 | 72 | 30 | 5 | 505 | 123 | 103 |
| Binary | 11110001 | 1100101 | 10110111 | 0 | 111010 | 11000 | 101 | 101000101 | 1010011 | 1000011 |
Color Harmonies of #F165B7
Complementary color
Monochromatic Colors of #F165B7
Black with #F165B7
Text Example
Text Example
White with #F165B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F165B7; }
p { color: rgb(241,101,183); }
H1.HeaderClassName
{
color: #F165B7;
}
.AnyTagClassName
{
color: #F165B7;
}
</style>
background-color css
<style>
a { background-color: #F165B7; }
a { background-color: rgb(241,101,183); }
div.DivClassName
{
background-color: #F165B7;
}
.BgClassName
{
background-color: #F165B7;
}
</style>
border-color css
<style>
span { border-color: #F165B7; }
span { border-color: rgb(241,101,183); }
td.TdClassName
{
border-color: #F165B7;
}
.TagClassName
{
border-color: #F165B7;
}
</style>