Shades of Hot Pink #F55DBD
Tints of Hot Pink #F55DBD
RGB
CMYK
RGB Variations
Color information
#F55DBD (or 0xF55DBD) is known color: Hot Pink. HEX triplet: F5, 5D and BD. RGB value is (245,93,189). Sum of RGB (Red+Green+Blue) = 245+93+189=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 93 (36.72% from 255 or 17.65% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F55DBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55DBD is #0AA242. Grayscale: #959595. Windows color (decimal): -696899 or 12410357. OLE color: 12410357.
HSL color Cylindrical-coordinate representation of color #F55DBD: hue angle of 322.11º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55DBD is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 93 | 189 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.04 |
| HSL | 322.11º | 0.88% | 0.66% | - |
| HSV(B) | 322.11º | 0.62% | 0.96% | - |
| XYZ | 50.76 | 30.92 | 51.44 | - |
| YUV | 149.39 | 150.36 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 93 | 189 | 0 | 0.62 | 0.23 | 0.04 | 322.11 | 0.88 | 0.66 |
| Hex | F5 | 5D | BD | 0 | 3E | 17 | 4 | 142 | 58 | 42 |
| Octal | 365 | 135 | 275 | 0 | 76 | 27 | 4 | 502 | 130 | 102 |
| Binary | 11110101 | 1011101 | 10111101 | 0 | 111110 | 10111 | 100 | 101000010 | 1011000 | 1000010 |
Color Harmonies of #F55DBD
Complementary color
Monochromatic Colors of #F55DBD
Black with #F55DBD
Text Example
Text Example
White with #F55DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55DBD; }
p { color: rgb(245,93,189); }
H1.HeaderClassName
{
color: #F55DBD;
}
.AnyTagClassName
{
color: #F55DBD;
}
</style>
background-color css
<style>
a { background-color: #F55DBD; }
a { background-color: rgb(245,93,189); }
div.DivClassName
{
background-color: #F55DBD;
}
.BgClassName
{
background-color: #F55DBD;
}
</style>
border-color css
<style>
span { border-color: #F55DBD; }
span { border-color: rgb(245,93,189); }
td.TdClassName
{
border-color: #F55DBD;
}
.TagClassName
{
border-color: #F55DBD;
}
</style>