Shades of Hot Pink #F05DB5
Tints of Hot Pink #F05DB5
RGB
CMYK
RGB Variations
Color information
#F05DB5 (or 0xF05DB5) is known color: Hot Pink. HEX triplet: F0, 5D and B5. RGB value is (240,93,181). Sum of RGB (Red+Green+Blue) = 240+93+181=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 93 (36.72% from 255 or 18.09% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F05DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05DB5 is #0FA24A. Grayscale: #929292. Windows color (decimal): -1024587 or 11886064. OLE color: 11886064.
HSL color Cylindrical-coordinate representation of color #F05DB5: hue angle of 324.08º 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 #F05DB5 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 93 | 181 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.06 |
| HSL | 324.08º | 0.83% | 0.65% | - |
| HSV(B) | 324.08º | 0.61% | 0.94% | - |
| XYZ | 48.19 | 29.69 | 46.91 | - |
| YUV | 146.99 | 147.2 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 93 | 181 | 0 | 0.61 | 0.25 | 0.06 | 324.08 | 0.83 | 0.65 |
| Hex | F0 | 5D | B5 | 0 | 3D | 19 | 6 | 144 | 53 | 41 |
| Octal | 360 | 135 | 265 | 0 | 75 | 31 | 6 | 504 | 123 | 101 |
| Binary | 11110000 | 1011101 | 10110101 | 0 | 111101 | 11001 | 110 | 101000100 | 1010011 | 1000001 |
Color Harmonies of #F05DB5
Complementary color
Monochromatic Colors of #F05DB5
Black with #F05DB5
Text Example
Text Example
White with #F05DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05DB5; }
p { color: rgb(240,93,181); }
H1.HeaderClassName
{
color: #F05DB5;
}
.AnyTagClassName
{
color: #F05DB5;
}
</style>
background-color css
<style>
a { background-color: #F05DB5; }
a { background-color: rgb(240,93,181); }
div.DivClassName
{
background-color: #F05DB5;
}
.BgClassName
{
background-color: #F05DB5;
}
</style>
border-color css
<style>
span { border-color: #F05DB5; }
span { border-color: rgb(240,93,181); }
td.TdClassName
{
border-color: #F05DB5;
}
.TagClassName
{
border-color: #F05DB5;
}
</style>