Shades of Hot Pink #F05DB2
Tints of Hot Pink #F05DB2
RGB
CMYK
RGB Variations
Color information
#F05DB2 (or 0xF05DB2) is known color: Hot Pink. HEX triplet: F0, 5D and B2. RGB value is (240,93,178). Sum of RGB (Red+Green+Blue) = 240+93+178=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 93 (36.72% from 255 or 18.20% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F05DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05DB2 is #0FA24D. Grayscale: #929292. Windows color (decimal): -1024590 or 11689456. OLE color: 11689456.
HSL color Cylindrical-coordinate representation of color #F05DB2: hue angle of 325.31º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F05DB2 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 93 | 178 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.06 |
| HSL | 325.31º | 0.83% | 0.65% | - |
| HSV(B) | 325.31º | 0.61% | 0.94% | - |
| XYZ | 47.89 | 29.57 | 45.3 | - |
| YUV | 146.64 | 145.7 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 93 | 178 | 0 | 0.61 | 0.26 | 0.06 | 325.31 | 0.83 | 0.65 |
| Hex | F0 | 5D | B2 | 0 | 3D | 1A | 6 | 145 | 53 | 41 |
| Octal | 360 | 135 | 262 | 0 | 75 | 32 | 6 | 505 | 123 | 101 |
| Binary | 11110000 | 1011101 | 10110010 | 0 | 111101 | 11010 | 110 | 101000101 | 1010011 | 1000001 |
Color Harmonies of #F05DB2
Complementary color
Monochromatic Colors of #F05DB2
Black with #F05DB2
Text Example
Text Example
White with #F05DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05DB2; }
p { color: rgb(240,93,178); }
H1.HeaderClassName
{
color: #F05DB2;
}
.AnyTagClassName
{
color: #F05DB2;
}
</style>
background-color css
<style>
a { background-color: #F05DB2; }
a { background-color: rgb(240,93,178); }
div.DivClassName
{
background-color: #F05DB2;
}
.BgClassName
{
background-color: #F05DB2;
}
</style>
border-color css
<style>
span { border-color: #F05DB2; }
span { border-color: rgb(240,93,178); }
td.TdClassName
{
border-color: #F05DB2;
}
.TagClassName
{
border-color: #F05DB2;
}
</style>