Shades of Hot Pink #F062B7
Tints of Hot Pink #F062B7
RGB
CMYK
RGB Variations
Color information
#F062B7 (or 0xF062B7) is known color: Hot Pink. HEX triplet: F0, 62 and B7. RGB value is (240,98,183). Sum of RGB (Red+Green+Blue) = 240+98+183=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 98 (38.67% from 255 or 18.81% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F062B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F062B7 is #0F9D48. Grayscale: #959595. Windows color (decimal): -1023305 or 12018416. OLE color: 12018416.
HSL color Cylindrical-coordinate representation of color #F062B7: hue angle of 324.08º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F062B7 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 183 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.06 |
| HSL | 324.08º | 0.83% | 0.66% | - |
| HSV(B) | 324.08º | 0.59% | 0.94% | - |
| XYZ | 48.85 | 30.68 | 48.15 | - |
| YUV | 150.15 | 146.54 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 183 | 0 | 0.59 | 0.24 | 0.06 | 324.08 | 0.83 | 0.66 |
| Hex | F0 | 62 | B7 | 0 | 3B | 18 | 6 | 144 | 53 | 42 |
| Octal | 360 | 142 | 267 | 0 | 73 | 30 | 6 | 504 | 123 | 102 |
| Binary | 11110000 | 1100010 | 10110111 | 0 | 111011 | 11000 | 110 | 101000100 | 1010011 | 1000010 |
Color Harmonies of #F062B7
Complementary color
Monochromatic Colors of #F062B7
Black with #F062B7
Text Example
Text Example
White with #F062B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F062B7; }
p { color: rgb(240,98,183); }
H1.HeaderClassName
{
color: #F062B7;
}
.AnyTagClassName
{
color: #F062B7;
}
</style>
background-color css
<style>
a { background-color: #F062B7; }
a { background-color: rgb(240,98,183); }
div.DivClassName
{
background-color: #F062B7;
}
.BgClassName
{
background-color: #F062B7;
}
</style>
border-color css
<style>
span { border-color: #F062B7; }
span { border-color: rgb(240,98,183); }
td.TdClassName
{
border-color: #F062B7;
}
.TagClassName
{
border-color: #F062B7;
}
</style>