Shades of Hot Pink #F062B4
Tints of Hot Pink #F062B4
RGB
CMYK
RGB Variations
Color information
#F062B4 (or 0xF062B4) is known color: Hot Pink. HEX triplet: F0, 62 and B4. RGB value is (240,98,180). Sum of RGB (Red+Green+Blue) = 240+98+180=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 98 (38.67% from 255 or 18.92% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F062B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F062B4 is #0F9D4B. Grayscale: #959595. Windows color (decimal): -1023308 or 11821808. OLE color: 11821808.
HSL color Cylindrical-coordinate representation of color #F062B4: hue angle of 325.35º 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 #F062B4 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 180 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.06 |
| HSL | 325.35º | 0.83% | 0.66% | - |
| HSV(B) | 325.35º | 0.59% | 0.94% | - |
| XYZ | 48.54 | 30.56 | 46.52 | - |
| YUV | 149.81 | 145.04 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 180 | 0 | 0.59 | 0.25 | 0.06 | 325.35 | 0.83 | 0.66 |
| Hex | F0 | 62 | B4 | 0 | 3B | 19 | 6 | 145 | 53 | 42 |
| Octal | 360 | 142 | 264 | 0 | 73 | 31 | 6 | 505 | 123 | 102 |
| Binary | 11110000 | 1100010 | 10110100 | 0 | 111011 | 11001 | 110 | 101000101 | 1010011 | 1000010 |
Color Harmonies of #F062B4
Complementary color
Monochromatic Colors of #F062B4
Black with #F062B4
Text Example
Text Example
White with #F062B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F062B4; }
p { color: rgb(240,98,180); }
H1.HeaderClassName
{
color: #F062B4;
}
.AnyTagClassName
{
color: #F062B4;
}
</style>
background-color css
<style>
a { background-color: #F062B4; }
a { background-color: rgb(240,98,180); }
div.DivClassName
{
background-color: #F062B4;
}
.BgClassName
{
background-color: #F062B4;
}
</style>
border-color css
<style>
span { border-color: #F062B4; }
span { border-color: rgb(240,98,180); }
td.TdClassName
{
border-color: #F062B4;
}
.TagClassName
{
border-color: #F062B4;
}
</style>