Shades of Hot Pink #F169A1
Tints of Hot Pink #F169A1
RGB
CMYK
RGB Variations
Color information
#F169A1 (or 0xF169A1) is known color: Hot Pink. HEX triplet: F1, 69 and A1. RGB value is (241,105,161). Sum of RGB (Red+Green+Blue) = 241+105+161=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F169A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F169A1 is #0E965E. Grayscale: #979797. Windows color (decimal): -955999 or 10578417. OLE color: 10578417.
HSL color Cylindrical-coordinate representation of color #F169A1: hue angle of 335.29º 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 #F169A1 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 105 | 161 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.05 |
| HSL | 335.29º | 0.83% | 0.68% | - |
| HSV(B) | 335.29º | 0.56% | 0.95% | - |
| XYZ | 47.76 | 31.38 | 37.26 | - |
| YUV | 152.05 | 133.06 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 105 | 161 | 0 | 0.56 | 0.33 | 0.05 | 335.29 | 0.83 | 0.68 |
| Hex | F1 | 69 | A1 | 0 | 38 | 21 | 5 | 14F | 53 | 44 |
| Octal | 361 | 151 | 241 | 0 | 70 | 41 | 5 | 517 | 123 | 104 |
| Binary | 11110001 | 1101001 | 10100001 | 0 | 111000 | 100001 | 101 | 101001111 | 1010011 | 1000100 |
Color Harmonies of #F169A1
Complementary color
Monochromatic Colors of #F169A1
Black with #F169A1
Text Example
Text Example
White with #F169A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F169A1; }
p { color: rgb(241,105,161); }
H1.HeaderClassName
{
color: #F169A1;
}
.AnyTagClassName
{
color: #F169A1;
}
</style>
background-color css
<style>
a { background-color: #F169A1; }
a { background-color: rgb(241,105,161); }
div.DivClassName
{
background-color: #F169A1;
}
.BgClassName
{
background-color: #F169A1;
}
</style>
border-color css
<style>
span { border-color: #F169A1; }
span { border-color: rgb(241,105,161); }
td.TdClassName
{
border-color: #F169A1;
}
.TagClassName
{
border-color: #F169A1;
}
</style>