Shades of Hot Pink #F169AF
Tints of Hot Pink #F169AF
RGB
CMYK
RGB Variations
Color information
#F169AF (or 0xF169AF) is known color: Hot Pink. HEX triplet: F1, 69 and AF. RGB value is (241,105,175). Sum of RGB (Red+Green+Blue) = 241+105+175=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F169AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F169AF is #0E9650. Grayscale: #999999. Windows color (decimal): -955985 or 11495921. OLE color: 11495921.
HSL color Cylindrical-coordinate representation of color #F169AF: hue angle of 329.12º 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 #F169AF is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 105 | 175 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.05 |
| HSL | 329.12º | 0.83% | 0.68% | - |
| HSV(B) | 329.12º | 0.56% | 0.95% | - |
| XYZ | 49.07 | 31.9 | 44.13 | - |
| YUV | 153.64 | 140.06 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 105 | 175 | 0 | 0.56 | 0.27 | 0.05 | 329.12 | 0.83 | 0.68 |
| Hex | F1 | 69 | AF | 0 | 38 | 1B | 5 | 149 | 53 | 44 |
| Octal | 361 | 151 | 257 | 0 | 70 | 33 | 5 | 511 | 123 | 104 |
| Binary | 11110001 | 1101001 | 10101111 | 0 | 111000 | 11011 | 101 | 101001001 | 1010011 | 1000100 |
Color Harmonies of #F169AF
Complementary color
Monochromatic Colors of #F169AF
Black with #F169AF
Text Example
Text Example
White with #F169AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F169AF; }
p { color: rgb(241,105,175); }
H1.HeaderClassName
{
color: #F169AF;
}
.AnyTagClassName
{
color: #F169AF;
}
</style>
background-color css
<style>
a { background-color: #F169AF; }
a { background-color: rgb(241,105,175); }
div.DivClassName
{
background-color: #F169AF;
}
.BgClassName
{
background-color: #F169AF;
}
</style>
border-color css
<style>
span { border-color: #F169AF; }
span { border-color: rgb(241,105,175); }
td.TdClassName
{
border-color: #F169AF;
}
.TagClassName
{
border-color: #F169AF;
}
</style>