Shades of Hot Pink #F065AD
Tints of Hot Pink #F065AD
RGB
CMYK
RGB Variations
Color information
#F065AD (or 0xF065AD) is known color: Hot Pink. HEX triplet: F0, 65 and AD. RGB value is (240,101,173). Sum of RGB (Red+Green+Blue) = 240+101+173=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F065AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F065AD is #0F9A52. Grayscale: #969696. Windows color (decimal): -1022547 or 11363824. OLE color: 11363824.
HSL color Cylindrical-coordinate representation of color #F065AD: hue angle of 328.92º 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 #F065AD is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 173 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.06 |
| HSL | 328.92º | 0.82% | 0.67% | - |
| HSV(B) | 328.92º | 0.58% | 0.94% | - |
| XYZ | 48.13 | 30.85 | 42.95 | - |
| YUV | 150.77 | 140.55 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 173 | 0 | 0.58 | 0.28 | 0.06 | 328.92 | 0.82 | 0.67 |
| Hex | F0 | 65 | AD | 0 | 3A | 1C | 6 | 149 | 52 | 43 |
| Octal | 360 | 145 | 255 | 0 | 72 | 34 | 6 | 511 | 122 | 103 |
| Binary | 11110000 | 1100101 | 10101101 | 0 | 111010 | 11100 | 110 | 101001001 | 1010010 | 1000011 |
Color Harmonies of #F065AD
Complementary color
Monochromatic Colors of #F065AD
Black with #F065AD
Text Example
Text Example
White with #F065AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F065AD; }
p { color: rgb(240,101,173); }
H1.HeaderClassName
{
color: #F065AD;
}
.AnyTagClassName
{
color: #F065AD;
}
</style>
background-color css
<style>
a { background-color: #F065AD; }
a { background-color: rgb(240,101,173); }
div.DivClassName
{
background-color: #F065AD;
}
.BgClassName
{
background-color: #F065AD;
}
</style>
border-color css
<style>
span { border-color: #F065AD; }
span { border-color: rgb(240,101,173); }
td.TdClassName
{
border-color: #F065AD;
}
.TagClassName
{
border-color: #F065AD;
}
</style>