Shades of Hot Pink #F05DBA
Tints of Hot Pink #F05DBA
RGB
CMYK
RGB Variations
Color information
#F05DBA (or 0xF05DBA) is known color: Hot Pink. HEX triplet: F0, 5D and BA. RGB value is (240,93,186). Sum of RGB (Red+Green+Blue) = 240+93+186=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 93 (36.72% from 255 or 17.92% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F05DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05DBA is #0FA245. Grayscale: #939393. Windows color (decimal): -1024582 or 12213744. OLE color: 12213744.
HSL color Cylindrical-coordinate representation of color #F05DBA: hue angle of 322.04º 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 #F05DBA is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 93 | 186 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.06 |
| HSL | 322.04º | 0.83% | 0.65% | - |
| HSV(B) | 322.04º | 0.61% | 0.94% | - |
| XYZ | 48.71 | 29.9 | 49.66 | - |
| YUV | 147.56 | 149.7 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 93 | 186 | 0 | 0.61 | 0.22 | 0.06 | 322.04 | 0.83 | 0.65 |
| Hex | F0 | 5D | BA | 0 | 3D | 16 | 6 | 142 | 53 | 41 |
| Octal | 360 | 135 | 272 | 0 | 75 | 26 | 6 | 502 | 123 | 101 |
| Binary | 11110000 | 1011101 | 10111010 | 0 | 111101 | 10110 | 110 | 101000010 | 1010011 | 1000001 |
Color Harmonies of #F05DBA
Complementary color
Monochromatic Colors of #F05DBA
Black with #F05DBA
Text Example
Text Example
White with #F05DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05DBA; }
p { color: rgb(240,93,186); }
H1.HeaderClassName
{
color: #F05DBA;
}
.AnyTagClassName
{
color: #F05DBA;
}
</style>
background-color css
<style>
a { background-color: #F05DBA; }
a { background-color: rgb(240,93,186); }
div.DivClassName
{
background-color: #F05DBA;
}
.BgClassName
{
background-color: #F05DBA;
}
</style>
border-color css
<style>
span { border-color: #F05DBA; }
span { border-color: rgb(240,93,186); }
td.TdClassName
{
border-color: #F05DBA;
}
.TagClassName
{
border-color: #F05DBA;
}
</style>