Shades of Hot Pink #F169B3
Tints of Hot Pink #F169B3
RGB
CMYK
RGB Variations
Color information
#F169B3 (or 0xF169B3) is known color: Hot Pink. HEX triplet: F1, 69 and B3. RGB value is (241,105,179). Sum of RGB (Red+Green+Blue) = 241+105+179=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 105 (41.41% from 255 or 20% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F169B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F169B3 is #0E964C. Grayscale: #999999. Windows color (decimal): -955981 or 11758065. OLE color: 11758065.
HSL color Cylindrical-coordinate representation of color #F169B3: hue angle of 327.35º 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 #F169B3 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 105 | 179 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.05 |
| HSL | 327.35º | 0.83% | 0.68% | - |
| HSV(B) | 327.35º | 0.56% | 0.95% | - |
| XYZ | 49.46 | 32.06 | 46.23 | - |
| YUV | 154.1 | 142.06 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 105 | 179 | 0 | 0.56 | 0.26 | 0.05 | 327.35 | 0.83 | 0.68 |
| Hex | F1 | 69 | B3 | 0 | 38 | 1A | 5 | 147 | 53 | 44 |
| Octal | 361 | 151 | 263 | 0 | 70 | 32 | 5 | 507 | 123 | 104 |
| Binary | 11110001 | 1101001 | 10110011 | 0 | 111000 | 11010 | 101 | 101000111 | 1010011 | 1000100 |
Color Harmonies of #F169B3
Complementary color
Monochromatic Colors of #F169B3
Black with #F169B3
Text Example
Text Example
White with #F169B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F169B3; }
p { color: rgb(241,105,179); }
H1.HeaderClassName
{
color: #F169B3;
}
.AnyTagClassName
{
color: #F169B3;
}
</style>
background-color css
<style>
a { background-color: #F169B3; }
a { background-color: rgb(241,105,179); }
div.DivClassName
{
background-color: #F169B3;
}
.BgClassName
{
background-color: #F169B3;
}
</style>
border-color css
<style>
span { border-color: #F169B3; }
span { border-color: rgb(241,105,179); }
td.TdClassName
{
border-color: #F169B3;
}
.TagClassName
{
border-color: #F169B3;
}
</style>