Shades of Hot Pink #F168A3
Tints of Hot Pink #F168A3
RGB
CMYK
RGB Variations
Color information
#F168A3 (or 0xF168A3) is known color: Hot Pink. HEX triplet: F1, 68 and A3. RGB value is (241,104,163). Sum of RGB (Red+Green+Blue) = 241+104+163=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 104 (41.02% from 255 or 20.47% from 508); Blue value is 163 (64.06% from 255 or 32.09% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F168A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F168A3 is #0E975C. Grayscale: #979797. Windows color (decimal): -956253 or 10709233. OLE color: 10709233.
HSL color Cylindrical-coordinate representation of color #F168A3: hue angle of 334.16º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F168A3 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 104 | 163 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.05 |
| HSL | 334.16º | 0.83% | 0.68% | - |
| HSV(B) | 334.16º | 0.57% | 0.95% | - |
| XYZ | 47.84 | 31.25 | 38.16 | - |
| YUV | 151.69 | 134.39 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 163 | 0 | 0.57 | 0.32 | 0.05 | 334.16 | 0.83 | 0.68 |
| Hex | F1 | 68 | A3 | 0 | 39 | 20 | 5 | 14E | 53 | 44 |
| Octal | 361 | 150 | 243 | 0 | 71 | 40 | 5 | 516 | 123 | 104 |
| Binary | 11110001 | 1101000 | 10100011 | 0 | 111001 | 100000 | 101 | 101001110 | 1010011 | 1000100 |
Color Harmonies of #F168A3
Complementary color
Monochromatic Colors of #F168A3
Black with #F168A3
Text Example
Text Example
White with #F168A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F168A3; }
p { color: rgb(241,104,163); }
H1.HeaderClassName
{
color: #F168A3;
}
.AnyTagClassName
{
color: #F168A3;
}
</style>
background-color css
<style>
a { background-color: #F168A3; }
a { background-color: rgb(241,104,163); }
div.DivClassName
{
background-color: #F168A3;
}
.BgClassName
{
background-color: #F168A3;
}
</style>
border-color css
<style>
span { border-color: #F168A3; }
span { border-color: rgb(241,104,163); }
td.TdClassName
{
border-color: #F168A3;
}
.TagClassName
{
border-color: #F168A3;
}
</style>