Shades of Hot Pink #F169A8
Tints of Hot Pink #F169A8
RGB
CMYK
RGB Variations
Color information
#F169A8 (or 0xF169A8) is known color: Hot Pink. HEX triplet: F1, 69 and A8. RGB value is (241,105,168). Sum of RGB (Red+Green+Blue) = 241+105+168=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F169A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F169A8 is #0E9657. Grayscale: #989898. Windows color (decimal): -955992 or 11037169. OLE color: 11037169.
HSL color Cylindrical-coordinate representation of color #F169A8: hue angle of 332.21º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F169A8 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 105 | 168 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.05 |
| HSL | 332.21º | 0.83% | 0.68% | - |
| HSV(B) | 332.21º | 0.56% | 0.95% | - |
| XYZ | 48.4 | 31.63 | 40.6 | - |
| YUV | 152.85 | 136.56 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 105 | 168 | 0 | 0.56 | 0.30 | 0.05 | 332.21 | 0.83 | 0.68 |
| Hex | F1 | 69 | A8 | 0 | 38 | 1E | 5 | 14C | 53 | 44 |
| Octal | 361 | 151 | 250 | 0 | 70 | 36 | 5 | 514 | 123 | 104 |
| Binary | 11110001 | 1101001 | 10101000 | 0 | 111000 | 11110 | 101 | 101001100 | 1010011 | 1000100 |
Color Harmonies of #F169A8
Complementary color
Monochromatic Colors of #F169A8
Black with #F169A8
Text Example
Text Example
White with #F169A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F169A8; }
p { color: rgb(241,105,168); }
H1.HeaderClassName
{
color: #F169A8;
}
.AnyTagClassName
{
color: #F169A8;
}
</style>
background-color css
<style>
a { background-color: #F169A8; }
a { background-color: rgb(241,105,168); }
div.DivClassName
{
background-color: #F169A8;
}
.BgClassName
{
background-color: #F169A8;
}
</style>
border-color css
<style>
span { border-color: #F169A8; }
span { border-color: rgb(241,105,168); }
td.TdClassName
{
border-color: #F169A8;
}
.TagClassName
{
border-color: #F169A8;
}
</style>