Shades of Hot Pink #F169B2
Tints of Hot Pink #F169B2
RGB
CMYK
RGB Variations
Color information
#F169B2 (or 0xF169B2) is known color: Hot Pink. HEX triplet: F1, 69 and B2. RGB value is (241,105,178). Sum of RGB (Red+Green+Blue) = 241+105+178=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F169B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F169B2 is #0E964D. Grayscale: #999999. Windows color (decimal): -955982 or 11692529. OLE color: 11692529.
HSL color Cylindrical-coordinate representation of color #F169B2: hue angle of 327.79º 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 #F169B2 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 105 | 178 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.05 |
| HSL | 327.79º | 0.83% | 0.68% | - |
| HSV(B) | 327.79º | 0.56% | 0.95% | - |
| XYZ | 49.36 | 32.02 | 45.7 | - |
| YUV | 153.99 | 141.56 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 105 | 178 | 0 | 0.56 | 0.26 | 0.05 | 327.79 | 0.83 | 0.68 |
| Hex | F1 | 69 | B2 | 0 | 38 | 1A | 5 | 148 | 53 | 44 |
| Octal | 361 | 151 | 262 | 0 | 70 | 32 | 5 | 510 | 123 | 104 |
| Binary | 11110001 | 1101001 | 10110010 | 0 | 111000 | 11010 | 101 | 101001000 | 1010011 | 1000100 |
Color Harmonies of #F169B2
Complementary color
Monochromatic Colors of #F169B2
Black with #F169B2
Text Example
Text Example
White with #F169B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F169B2; }
p { color: rgb(241,105,178); }
H1.HeaderClassName
{
color: #F169B2;
}
.AnyTagClassName
{
color: #F169B2;
}
</style>
background-color css
<style>
a { background-color: #F169B2; }
a { background-color: rgb(241,105,178); }
div.DivClassName
{
background-color: #F169B2;
}
.BgClassName
{
background-color: #F169B2;
}
</style>
border-color css
<style>
span { border-color: #F169B2; }
span { border-color: rgb(241,105,178); }
td.TdClassName
{
border-color: #F169B2;
}
.TagClassName
{
border-color: #F169B2;
}
</style>