Shades of Hot Pink #F165AA
Tints of Hot Pink #F165AA
RGB
CMYK
RGB Variations
Color information
#F165AA (or 0xF165AA) is known color: Hot Pink. HEX triplet: F1, 65 and AA. RGB value is (241,101,170). Sum of RGB (Red+Green+Blue) = 241+101+170=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F165AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F165AA is #0E9A55. Grayscale: #969696. Windows color (decimal): -957014 or 11167217. OLE color: 11167217.
HSL color Cylindrical-coordinate representation of color #F165AA: hue angle of 330.43º 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 #F165AA is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 170 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.05 |
| HSL | 330.43º | 0.83% | 0.67% | - |
| HSV(B) | 330.43º | 0.58% | 0.95% | - |
| XYZ | 48.19 | 30.91 | 41.46 | - |
| YUV | 150.73 | 138.88 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 170 | 0 | 0.58 | 0.29 | 0.05 | 330.43 | 0.83 | 0.67 |
| Hex | F1 | 65 | AA | 0 | 3A | 1D | 5 | 14A | 53 | 43 |
| Octal | 361 | 145 | 252 | 0 | 72 | 35 | 5 | 512 | 123 | 103 |
| Binary | 11110001 | 1100101 | 10101010 | 0 | 111010 | 11101 | 101 | 101001010 | 1010011 | 1000011 |
Color Harmonies of #F165AA
Complementary color
Monochromatic Colors of #F165AA
Black with #F165AA
Text Example
Text Example
White with #F165AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F165AA; }
p { color: rgb(241,101,170); }
H1.HeaderClassName
{
color: #F165AA;
}
.AnyTagClassName
{
color: #F165AA;
}
</style>
background-color css
<style>
a { background-color: #F165AA; }
a { background-color: rgb(241,101,170); }
div.DivClassName
{
background-color: #F165AA;
}
.BgClassName
{
background-color: #F165AA;
}
</style>
border-color css
<style>
span { border-color: #F165AA; }
span { border-color: rgb(241,101,170); }
td.TdClassName
{
border-color: #F165AA;
}
.TagClassName
{
border-color: #F165AA;
}
</style>