Shades of Hot Pink #F66CA5
Tints of Hot Pink #F66CA5
RGB
CMYK
RGB Variations
Color information
#F66CA5 (or 0xF66CA5) is known color: Hot Pink. HEX triplet: F6, 6C and A5. RGB value is (246,108,165). Sum of RGB (Red+Green+Blue) = 246+108+165=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 108 (42.58% from 255 or 20.81% from 519); Blue value is 165 (64.84% from 255 or 31.79% from 519); Max value from RGB is 246 - color contains mainly: red. Hex color #F66CA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66CA5 is #09935A. Grayscale: #9B9B9B. Windows color (decimal): -627547 or 10841334. OLE color: 10841334.
HSL color Cylindrical-coordinate representation of color #F66CA5: hue angle of 335.22º 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 #F66CA5 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 108 | 165 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.04 |
| HSL | 335.22º | 0.88% | 0.69% | - |
| HSV(B) | 335.22º | 0.56% | 0.96% | - |
| XYZ | 50.16 | 33.03 | 39.33 | - |
| YUV | 155.76 | 133.22 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 108 | 165 | 0 | 0.56 | 0.33 | 0.04 | 335.22 | 0.88 | 0.69 |
| Hex | F6 | 6C | A5 | 0 | 38 | 21 | 4 | 14F | 58 | 45 |
| Octal | 366 | 154 | 245 | 0 | 70 | 41 | 4 | 517 | 130 | 105 |
| Binary | 11110110 | 1101100 | 10100101 | 0 | 111000 | 100001 | 100 | 101001111 | 1011000 | 1000101 |
Color Harmonies of #F66CA5
Complementary color
Monochromatic Colors of #F66CA5
Black with #F66CA5
Text Example
Text Example
White with #F66CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66CA5; }
p { color: rgb(246,108,165); }
H1.HeaderClassName
{
color: #F66CA5;
}
.AnyTagClassName
{
color: #F66CA5;
}
</style>
background-color css
<style>
a { background-color: #F66CA5; }
a { background-color: rgb(246,108,165); }
div.DivClassName
{
background-color: #F66CA5;
}
.BgClassName
{
background-color: #F66CA5;
}
</style>
border-color css
<style>
span { border-color: #F66CA5; }
span { border-color: rgb(246,108,165); }
td.TdClassName
{
border-color: #F66CA5;
}
.TagClassName
{
border-color: #F66CA5;
}
</style>