Shades of Hot Pink #F16CAA
Tints of Hot Pink #F16CAA
RGB
CMYK
RGB Variations
Color information
#F16CAA (or 0xF16CAA) is known color: Hot Pink. HEX triplet: F1, 6C and AA. RGB value is (241,108,170). Sum of RGB (Red+Green+Blue) = 241+108+170=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 108 (42.58% from 255 or 20.81% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F16CAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16CAA is #0E9355. Grayscale: #9A9A9A. Windows color (decimal): -955222 or 11169009. OLE color: 11169009.
HSL color Cylindrical-coordinate representation of color #F16CAA: hue angle of 332.03º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16CAA is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 170 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.05 |
| HSL | 332.03º | 0.83% | 0.68% | - |
| HSV(B) | 332.03º | 0.55% | 0.95% | - |
| XYZ | 48.89 | 32.33 | 41.69 | - |
| YUV | 154.84 | 136.56 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 170 | 0 | 0.55 | 0.29 | 0.05 | 332.03 | 0.83 | 0.68 |
| Hex | F1 | 6C | AA | 0 | 37 | 1D | 5 | 14C | 53 | 44 |
| Octal | 361 | 154 | 252 | 0 | 67 | 35 | 5 | 514 | 123 | 104 |
| Binary | 11110001 | 1101100 | 10101010 | 0 | 110111 | 11101 | 101 | 101001100 | 1010011 | 1000100 |
Color Harmonies of #F16CAA
Complementary color
Monochromatic Colors of #F16CAA
Black with #F16CAA
Text Example
Text Example
White with #F16CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16CAA; }
p { color: rgb(241,108,170); }
H1.HeaderClassName
{
color: #F16CAA;
}
.AnyTagClassName
{
color: #F16CAA;
}
</style>
background-color css
<style>
a { background-color: #F16CAA; }
a { background-color: rgb(241,108,170); }
div.DivClassName
{
background-color: #F16CAA;
}
.BgClassName
{
background-color: #F16CAA;
}
</style>
border-color css
<style>
span { border-color: #F16CAA; }
span { border-color: rgb(241,108,170); }
td.TdClassName
{
border-color: #F16CAA;
}
.TagClassName
{
border-color: #F16CAA;
}
</style>