Shades of Hot Pink #F66CA2
Tints of Hot Pink #F66CA2
RGB
CMYK
RGB Variations
Color information
#F66CA2 (or 0xF66CA2) is known color: Hot Pink. HEX triplet: F6, 6C and A2. RGB value is (246,108,162). Sum of RGB (Red+Green+Blue) = 246+108+162=516 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.67% from 516); Green value is 108 (42.58% from 255 or 20.93% from 516); Blue value is 162 (63.67% from 255 or 31.40% from 516); Max value from RGB is 246 - color contains mainly: red. Hex color #F66CA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66CA2 is #09935D. Grayscale: #9B9B9B. Windows color (decimal): -627550 or 10644726. OLE color: 10644726.
HSL color Cylindrical-coordinate representation of color #F66CA2: hue angle of 336.52º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F66CA2 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 108 | 162 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.04 |
| HSL | 336.52º | 0.88% | 0.69% | - |
| HSV(B) | 336.52º | 0.56% | 0.96% | - |
| XYZ | 49.89 | 32.93 | 37.91 | - |
| YUV | 155.42 | 131.72 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 108 | 162 | 0 | 0.56 | 0.34 | 0.04 | 336.52 | 0.88 | 0.69 |
| Hex | F6 | 6C | A2 | 0 | 38 | 22 | 4 | 151 | 58 | 45 |
| Octal | 366 | 154 | 242 | 0 | 70 | 42 | 4 | 521 | 130 | 105 |
| Binary | 11110110 | 1101100 | 10100010 | 0 | 111000 | 100010 | 100 | 101010001 | 1011000 | 1000101 |
Color Harmonies of #F66CA2
Complementary color
Monochromatic Colors of #F66CA2
Black with #F66CA2
Text Example
Text Example
White with #F66CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66CA2; }
p { color: rgb(246,108,162); }
H1.HeaderClassName
{
color: #F66CA2;
}
.AnyTagClassName
{
color: #F66CA2;
}
</style>
background-color css
<style>
a { background-color: #F66CA2; }
a { background-color: rgb(246,108,162); }
div.DivClassName
{
background-color: #F66CA2;
}
.BgClassName
{
background-color: #F66CA2;
}
</style>
border-color css
<style>
span { border-color: #F66CA2; }
span { border-color: rgb(246,108,162); }
td.TdClassName
{
border-color: #F66CA2;
}
.TagClassName
{
border-color: #F66CA2;
}
</style>