Shades of Hot Pink #FD5EBE
Tints of Hot Pink #FD5EBE
RGB
CMYK
RGB Variations
Color information
#FD5EBE (or 0xFD5EBE) is known color: Hot Pink. HEX triplet: FD, 5E and BE. RGB value is (253,94,190). Sum of RGB (Red+Green+Blue) = 253+94+190=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 94 (37.11% from 255 or 17.50% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5EBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5EBE is #02A141. Grayscale: #989898. Windows color (decimal): -172354 or 12476157. OLE color: 12476157.
HSL color Cylindrical-coordinate representation of color #FD5EBE: hue angle of 323.77º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FD5EBE is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 94 | 190 | - |
CMYK | 0 | 0.63 | 0.25 | 0.01 |
HSL | 323.77º | 0.98% | 0.68% | - |
HSV(B) | 323.77º | 0.63% | 0.99% | - |
XYZ | 53.8 | 32.61 | 52.17 | - |
YUV | 152.49 | 149.18 | 199.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 94 | 190 | 0 | 0.63 | 0.25 | 0.01 | 323.77 | 0.98 | 0.68 |
Hex | FD | 5E | BE | 0 | 3F | 19 | 1 | 144 | 62 | 44 |
Octal | 375 | 136 | 276 | 0 | 77 | 31 | 1 | 504 | 142 | 104 |
Binary | 11111101 | 1011110 | 10111110 | 0 | 111111 | 11001 | 1 | 101000100 | 1100010 | 1000100 |
Color Harmonies of #FD5EBE
Complementary color
Monochromatic Colors of #FD5EBE
Black with #FD5EBE
Text Example
Text Example
White with #FD5EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5EBE; }
p { color: rgb(253,94,190); }
H1.HeaderClassName
{
color: #FD5EBE;
}
.AnyTagClassName
{
color: #FD5EBE;
}
</style>
background-color css
<style>
a { background-color: #FD5EBE; }
a { background-color: rgb(253,94,190); }
div.DivClassName
{
background-color: #FD5EBE;
}
.BgClassName
{
background-color: #FD5EBE;
}
</style>
border-color css
<style>
span { border-color: #FD5EBE; }
span { border-color: rgb(253,94,190); }
td.TdClassName
{
border-color: #FD5EBE;
}
.TagClassName
{
border-color: #FD5EBE;
}
</style>