Shades of Hot Pink #F05ABC
Tints of Hot Pink #F05ABC
RGB
CMYK
RGB Variations
Color information
#F05ABC (or 0xF05ABC) is known color: Hot Pink. HEX triplet: F0, 5A and BC. RGB value is (240,90,188). Sum of RGB (Red+Green+Blue) = 240+90+188=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 90 (35.55% from 255 or 17.37% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F05ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05ABC is #0FA543. Grayscale: #919191. Windows color (decimal): -1025348 or 12344048. OLE color: 12344048.
HSL color Cylindrical-coordinate representation of color #F05ABC: hue angle of 320.8º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05ABC is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 90 | 188 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.06 |
| HSL | 320.8º | 0.83% | 0.65% | - |
| HSV(B) | 320.8º | 0.63% | 0.94% | - |
| XYZ | 48.67 | 29.47 | 50.7 | - |
| YUV | 146.02 | 151.7 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 90 | 188 | 0 | 0.62 | 0.22 | 0.06 | 320.8 | 0.83 | 0.65 |
| Hex | F0 | 5A | BC | 0 | 3E | 16 | 6 | 141 | 53 | 41 |
| Octal | 360 | 132 | 274 | 0 | 76 | 26 | 6 | 501 | 123 | 101 |
| Binary | 11110000 | 1011010 | 10111100 | 0 | 111110 | 10110 | 110 | 101000001 | 1010011 | 1000001 |
Color Harmonies of #F05ABC
Complementary color
Monochromatic Colors of #F05ABC
Black with #F05ABC
Text Example
Text Example
White with #F05ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05ABC; }
p { color: rgb(240,90,188); }
H1.HeaderClassName
{
color: #F05ABC;
}
.AnyTagClassName
{
color: #F05ABC;
}
</style>
background-color css
<style>
a { background-color: #F05ABC; }
a { background-color: rgb(240,90,188); }
div.DivClassName
{
background-color: #F05ABC;
}
.BgClassName
{
background-color: #F05ABC;
}
</style>
border-color css
<style>
span { border-color: #F05ABC; }
span { border-color: rgb(240,90,188); }
td.TdClassName
{
border-color: #F05ABC;
}
.TagClassName
{
border-color: #F05ABC;
}
</style>