Shades of Hot Pink #F062B5
Tints of Hot Pink #F062B5
RGB
CMYK
RGB Variations
Color information
#F062B5 (or 0xF062B5) is known color: Hot Pink. HEX triplet: F0, 62 and B5. RGB value is (240,98,181). Sum of RGB (Red+Green+Blue) = 240+98+181=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 98 (38.67% from 255 or 18.88% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F062B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F062B5 is #0F9D4A. Grayscale: #959595. Windows color (decimal): -1023307 or 11887344. OLE color: 11887344.
HSL color Cylindrical-coordinate representation of color #F062B5: hue angle of 324.93º 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 #F062B5 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 181 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.06 |
| HSL | 324.93º | 0.83% | 0.66% | - |
| HSV(B) | 324.93º | 0.59% | 0.94% | - |
| XYZ | 48.64 | 30.6 | 47.06 | - |
| YUV | 149.92 | 145.54 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 181 | 0 | 0.59 | 0.25 | 0.06 | 324.93 | 0.83 | 0.66 |
| Hex | F0 | 62 | B5 | 0 | 3B | 19 | 6 | 145 | 53 | 42 |
| Octal | 360 | 142 | 265 | 0 | 73 | 31 | 6 | 505 | 123 | 102 |
| Binary | 11110000 | 1100010 | 10110101 | 0 | 111011 | 11001 | 110 | 101000101 | 1010011 | 1000010 |
Color Harmonies of #F062B5
Complementary color
Monochromatic Colors of #F062B5
Black with #F062B5
Text Example
Text Example
White with #F062B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F062B5; }
p { color: rgb(240,98,181); }
H1.HeaderClassName
{
color: #F062B5;
}
.AnyTagClassName
{
color: #F062B5;
}
</style>
background-color css
<style>
a { background-color: #F062B5; }
a { background-color: rgb(240,98,181); }
div.DivClassName
{
background-color: #F062B5;
}
.BgClassName
{
background-color: #F062B5;
}
</style>
border-color css
<style>
span { border-color: #F062B5; }
span { border-color: rgb(240,98,181); }
td.TdClassName
{
border-color: #F062B5;
}
.TagClassName
{
border-color: #F062B5;
}
</style>