Shades of Hot Pink #F065B0
Tints of Hot Pink #F065B0
RGB
CMYK
RGB Variations
Color information
#F065B0 (or 0xF065B0) is known color: Hot Pink. HEX triplet: F0, 65 and B0. RGB value is (240,101,176). Sum of RGB (Red+Green+Blue) = 240+101+176=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F065B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F065B0 is #0F9A4F. Grayscale: #969696. Windows color (decimal): -1022544 or 11560432. OLE color: 11560432.
HSL color Cylindrical-coordinate representation of color #F065B0: hue angle of 327.63º 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 #F065B0 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 176 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.06 |
| HSL | 327.63º | 0.82% | 0.67% | - |
| HSV(B) | 327.63º | 0.58% | 0.94% | - |
| XYZ | 48.43 | 30.97 | 44.5 | - |
| YUV | 151.11 | 142.05 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 176 | 0 | 0.58 | 0.27 | 0.06 | 327.63 | 0.82 | 0.67 |
| Hex | F0 | 65 | B0 | 0 | 3A | 1B | 6 | 148 | 52 | 43 |
| Octal | 360 | 145 | 260 | 0 | 72 | 33 | 6 | 510 | 122 | 103 |
| Binary | 11110000 | 1100101 | 10110000 | 0 | 111010 | 11011 | 110 | 101001000 | 1010010 | 1000011 |
Color Harmonies of #F065B0
Complementary color
Monochromatic Colors of #F065B0
Black with #F065B0
Text Example
Text Example
White with #F065B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F065B0; }
p { color: rgb(240,101,176); }
H1.HeaderClassName
{
color: #F065B0;
}
.AnyTagClassName
{
color: #F065B0;
}
</style>
background-color css
<style>
a { background-color: #F065B0; }
a { background-color: rgb(240,101,176); }
div.DivClassName
{
background-color: #F065B0;
}
.BgClassName
{
background-color: #F065B0;
}
</style>
border-color css
<style>
span { border-color: #F065B0; }
span { border-color: rgb(240,101,176); }
td.TdClassName
{
border-color: #F065B0;
}
.TagClassName
{
border-color: #F065B0;
}
</style>