Shades of Hot Pink #F05DB4
Tints of Hot Pink #F05DB4
RGB
CMYK
RGB Variations
Color information
#F05DB4 (or 0xF05DB4) is known color: Hot Pink. HEX triplet: F0, 5D and B4. RGB value is (240,93,180). Sum of RGB (Red+Green+Blue) = 240+93+180=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F05DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05DB4 is #0FA24B. Grayscale: #929292. Windows color (decimal): -1024588 or 11820528. OLE color: 11820528.
HSL color Cylindrical-coordinate representation of color #F05DB4: hue angle of 324.49º 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 #F05DB4 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 93 | 180 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.06 |
| HSL | 324.49º | 0.83% | 0.65% | - |
| HSV(B) | 324.49º | 0.61% | 0.94% | - |
| XYZ | 48.09 | 29.65 | 46.37 | - |
| YUV | 146.87 | 146.7 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 93 | 180 | 0 | 0.61 | 0.25 | 0.06 | 324.49 | 0.83 | 0.65 |
| Hex | F0 | 5D | B4 | 0 | 3D | 19 | 6 | 144 | 53 | 41 |
| Octal | 360 | 135 | 264 | 0 | 75 | 31 | 6 | 504 | 123 | 101 |
| Binary | 11110000 | 1011101 | 10110100 | 0 | 111101 | 11001 | 110 | 101000100 | 1010011 | 1000001 |
Color Harmonies of #F05DB4
Complementary color
Monochromatic Colors of #F05DB4
Black with #F05DB4
Text Example
Text Example
White with #F05DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05DB4; }
p { color: rgb(240,93,180); }
H1.HeaderClassName
{
color: #F05DB4;
}
.AnyTagClassName
{
color: #F05DB4;
}
</style>
background-color css
<style>
a { background-color: #F05DB4; }
a { background-color: rgb(240,93,180); }
div.DivClassName
{
background-color: #F05DB4;
}
.BgClassName
{
background-color: #F05DB4;
}
</style>
border-color css
<style>
span { border-color: #F05DB4; }
span { border-color: rgb(240,93,180); }
td.TdClassName
{
border-color: #F05DB4;
}
.TagClassName
{
border-color: #F05DB4;
}
</style>