Shades of Hot Pink #F05DAE
Tints of Hot Pink #F05DAE
RGB
CMYK
RGB Variations
Color information
#F05DAE (or 0xF05DAE) is known color: Hot Pink. HEX triplet: F0, 5D and AE. RGB value is (240,93,174). Sum of RGB (Red+Green+Blue) = 240+93+174=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F05DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05DAE is #0FA251. Grayscale: #929292. Windows color (decimal): -1024594 or 11427312. OLE color: 11427312.
HSL color Cylindrical-coordinate representation of color #F05DAE: hue angle of 326.94º 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 #F05DAE is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 93 | 174 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.06 |
| HSL | 326.94º | 0.83% | 0.65% | - |
| HSV(B) | 326.94º | 0.61% | 0.94% | - |
| XYZ | 47.49 | 29.41 | 43.22 | - |
| YUV | 146.19 | 143.7 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 93 | 174 | 0 | 0.61 | 0.28 | 0.06 | 326.94 | 0.83 | 0.65 |
| Hex | F0 | 5D | AE | 0 | 3D | 1C | 6 | 147 | 53 | 41 |
| Octal | 360 | 135 | 256 | 0 | 75 | 34 | 6 | 507 | 123 | 101 |
| Binary | 11110000 | 1011101 | 10101110 | 0 | 111101 | 11100 | 110 | 101000111 | 1010011 | 1000001 |
Color Harmonies of #F05DAE
Complementary color
Monochromatic Colors of #F05DAE
Black with #F05DAE
Text Example
Text Example
White with #F05DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05DAE; }
p { color: rgb(240,93,174); }
H1.HeaderClassName
{
color: #F05DAE;
}
.AnyTagClassName
{
color: #F05DAE;
}
</style>
background-color css
<style>
a { background-color: #F05DAE; }
a { background-color: rgb(240,93,174); }
div.DivClassName
{
background-color: #F05DAE;
}
.BgClassName
{
background-color: #F05DAE;
}
</style>
border-color css
<style>
span { border-color: #F05DAE; }
span { border-color: rgb(240,93,174); }
td.TdClassName
{
border-color: #F05DAE;
}
.TagClassName
{
border-color: #F05DAE;
}
</style>