Shades of Hot Pink #F169BA
Tints of Hot Pink #F169BA
RGB
CMYK
RGB Variations
Color information
#F169BA (or 0xF169BA) is known color: Hot Pink. HEX triplet: F1, 69 and BA. RGB value is (241,105,186). Sum of RGB (Red+Green+Blue) = 241+105+186=532 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.30% from 532); Green value is 105 (41.41% from 255 or 19.74% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 241 - color contains mainly: red. Hex color #F169BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F169BA is #0E9645. Grayscale: #9A9A9A. Windows color (decimal): -955974 or 12216817. OLE color: 12216817.
HSL color Cylindrical-coordinate representation of color #F169BA: hue angle of 324.26º 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 #F169BA is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 105 | 186 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.05 |
| HSL | 324.26º | 0.83% | 0.68% | - |
| HSV(B) | 324.26º | 0.56% | 0.95% | - |
| XYZ | 50.19 | 32.35 | 50.05 | - |
| YUV | 154.9 | 145.56 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 105 | 186 | 0 | 0.56 | 0.23 | 0.05 | 324.26 | 0.83 | 0.68 |
| Hex | F1 | 69 | BA | 0 | 38 | 17 | 5 | 144 | 53 | 44 |
| Octal | 361 | 151 | 272 | 0 | 70 | 27 | 5 | 504 | 123 | 104 |
| Binary | 11110001 | 1101001 | 10111010 | 0 | 111000 | 10111 | 101 | 101000100 | 1010011 | 1000100 |
Color Harmonies of #F169BA
Complementary color
Monochromatic Colors of #F169BA
Black with #F169BA
Text Example
Text Example
White with #F169BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F169BA; }
p { color: rgb(241,105,186); }
H1.HeaderClassName
{
color: #F169BA;
}
.AnyTagClassName
{
color: #F169BA;
}
</style>
background-color css
<style>
a { background-color: #F169BA; }
a { background-color: rgb(241,105,186); }
div.DivClassName
{
background-color: #F169BA;
}
.BgClassName
{
background-color: #F169BA;
}
</style>
border-color css
<style>
span { border-color: #F169BA; }
span { border-color: rgb(241,105,186); }
td.TdClassName
{
border-color: #F169BA;
}
.TagClassName
{
border-color: #F169BA;
}
</style>