Shades of Hot Pink #F065A6
Tints of Hot Pink #F065A6
RGB
CMYK
RGB Variations
Color information
#F065A6 (or 0xF065A6) is known color: Hot Pink. HEX triplet: F0, 65 and A6. RGB value is (240,101,166). Sum of RGB (Red+Green+Blue) = 240+101+166=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F065A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F065A6 is #0F9A59. Grayscale: #959595. Windows color (decimal): -1022554 or 10905072. OLE color: 10905072.
HSL color Cylindrical-coordinate representation of color #F065A6: hue angle of 331.94º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F065A6 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 166 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.06 |
| HSL | 331.94º | 0.82% | 0.67% | - |
| HSV(B) | 331.94º | 0.58% | 0.94% | - |
| XYZ | 47.47 | 30.59 | 39.48 | - |
| YUV | 149.97 | 137.05 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 166 | 0 | 0.58 | 0.31 | 0.06 | 331.94 | 0.82 | 0.67 |
| Hex | F0 | 65 | A6 | 0 | 3A | 1F | 6 | 14C | 52 | 43 |
| Octal | 360 | 145 | 246 | 0 | 72 | 37 | 6 | 514 | 122 | 103 |
| Binary | 11110000 | 1100101 | 10100110 | 0 | 111010 | 11111 | 110 | 101001100 | 1010010 | 1000011 |
Color Harmonies of #F065A6
Complementary color
Monochromatic Colors of #F065A6
Black with #F065A6
Text Example
Text Example
White with #F065A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F065A6; }
p { color: rgb(240,101,166); }
H1.HeaderClassName
{
color: #F065A6;
}
.AnyTagClassName
{
color: #F065A6;
}
</style>
background-color css
<style>
a { background-color: #F065A6; }
a { background-color: rgb(240,101,166); }
div.DivClassName
{
background-color: #F065A6;
}
.BgClassName
{
background-color: #F065A6;
}
</style>
border-color css
<style>
span { border-color: #F065A6; }
span { border-color: rgb(240,101,166); }
td.TdClassName
{
border-color: #F065A6;
}
.TagClassName
{
border-color: #F065A6;
}
</style>