Shades of Hot Pink #F065B7
Tints of Hot Pink #F065B7
RGB
CMYK
RGB Variations
Color information
#F065B7 (or 0xF065B7) is known color: Hot Pink. HEX triplet: F0, 65 and B7. RGB value is (240,101,183). Sum of RGB (Red+Green+Blue) = 240+101+183=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 183 (71.88% from 255 or 34.92% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F065B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F065B7 is #0F9A48. Grayscale: #979797. Windows color (decimal): -1022537 or 12019184. OLE color: 12019184.
HSL color Cylindrical-coordinate representation of color #F065B7: hue angle of 324.6º 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 #F065B7 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 183 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.06 |
| HSL | 324.6º | 0.82% | 0.67% | - |
| HSV(B) | 324.6º | 0.58% | 0.94% | - |
| XYZ | 49.14 | 31.25 | 48.24 | - |
| YUV | 151.91 | 145.55 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 183 | 0 | 0.58 | 0.24 | 0.06 | 324.6 | 0.82 | 0.67 |
| Hex | F0 | 65 | B7 | 0 | 3A | 18 | 6 | 145 | 52 | 43 |
| Octal | 360 | 145 | 267 | 0 | 72 | 30 | 6 | 505 | 122 | 103 |
| Binary | 11110000 | 1100101 | 10110111 | 0 | 111010 | 11000 | 110 | 101000101 | 1010010 | 1000011 |
Color Harmonies of #F065B7
Complementary color
Monochromatic Colors of #F065B7
Black with #F065B7
Text Example
Text Example
White with #F065B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F065B7; }
p { color: rgb(240,101,183); }
H1.HeaderClassName
{
color: #F065B7;
}
.AnyTagClassName
{
color: #F065B7;
}
</style>
background-color css
<style>
a { background-color: #F065B7; }
a { background-color: rgb(240,101,183); }
div.DivClassName
{
background-color: #F065B7;
}
.BgClassName
{
background-color: #F065B7;
}
</style>
border-color css
<style>
span { border-color: #F065B7; }
span { border-color: rgb(240,101,183); }
td.TdClassName
{
border-color: #F065B7;
}
.TagClassName
{
border-color: #F065B7;
}
</style>