Shades of Hot Pink #F06CA5
Tints of Hot Pink #F06CA5
RGB
CMYK
RGB Variations
Color information
#F06CA5 (or 0xF06CA5) is known color: Hot Pink. HEX triplet: F0, 6C and A5. RGB value is (240,108,165). Sum of RGB (Red+Green+Blue) = 240+108+165=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 108 (42.58% from 255 or 21.05% from 513); Blue value is 165 (64.84% from 255 or 32.16% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F06CA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06CA5 is #0F935A. Grayscale: #999999. Windows color (decimal): -1020763 or 10841328. OLE color: 10841328.
HSL color Cylindrical-coordinate representation of color #F06CA5: hue angle of 334.09º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06CA5 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 108 | 165 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.06 |
| HSL | 334.09º | 0.81% | 0.68% | - |
| HSV(B) | 334.09º | 0.55% | 0.94% | - |
| XYZ | 48.09 | 31.97 | 39.23 | - |
| YUV | 153.97 | 134.23 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 108 | 165 | 0 | 0.55 | 0.31 | 0.06 | 334.09 | 0.81 | 0.68 |
| Hex | F0 | 6C | A5 | 0 | 37 | 1F | 6 | 14E | 51 | 44 |
| Octal | 360 | 154 | 245 | 0 | 67 | 37 | 6 | 516 | 121 | 104 |
| Binary | 11110000 | 1101100 | 10100101 | 0 | 110111 | 11111 | 110 | 101001110 | 1010001 | 1000100 |
Color Harmonies of #F06CA5
Complementary color
Monochromatic Colors of #F06CA5
Black with #F06CA5
Text Example
Text Example
White with #F06CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06CA5; }
p { color: rgb(240,108,165); }
H1.HeaderClassName
{
color: #F06CA5;
}
.AnyTagClassName
{
color: #F06CA5;
}
</style>
background-color css
<style>
a { background-color: #F06CA5; }
a { background-color: rgb(240,108,165); }
div.DivClassName
{
background-color: #F06CA5;
}
.BgClassName
{
background-color: #F06CA5;
}
</style>
border-color css
<style>
span { border-color: #F06CA5; }
span { border-color: rgb(240,108,165); }
td.TdClassName
{
border-color: #F06CA5;
}
.TagClassName
{
border-color: #F06CA5;
}
</style>