Shades of Hot Pink #F45DB4
Tints of Hot Pink #F45DB4
RGB
CMYK
RGB Variations
Color information
#F45DB4 (or 0xF45DB4) is known color: Hot Pink. HEX triplet: F4, 5D and B4. RGB value is (244,93,180). Sum of RGB (Red+Green+Blue) = 244+93+180=517 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.20% from 517); Green value is 93 (36.72% from 255 or 17.99% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 244 - color contains mainly: red. Hex color #F45DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45DB4 is #0BA24B. Grayscale: #939393. Windows color (decimal): -762444 or 11820532. OLE color: 11820532.
HSL color Cylindrical-coordinate representation of color #F45DB4: hue angle of 325.43º degrees, saturation: 0.87, 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 #F45DB4 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 93 | 180 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.04 |
| HSL | 325.43º | 0.87% | 0.66% | - |
| HSV(B) | 325.43º | 0.62% | 0.96% | - |
| XYZ | 49.46 | 30.36 | 46.43 | - |
| YUV | 148.07 | 146.03 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 93 | 180 | 0 | 0.62 | 0.26 | 0.04 | 325.43 | 0.87 | 0.66 |
| Hex | F4 | 5D | B4 | 0 | 3E | 1A | 4 | 145 | 57 | 42 |
| Octal | 364 | 135 | 264 | 0 | 76 | 32 | 4 | 505 | 127 | 102 |
| Binary | 11110100 | 1011101 | 10110100 | 0 | 111110 | 11010 | 100 | 101000101 | 1010111 | 1000010 |
Color Harmonies of #F45DB4
Complementary color
Monochromatic Colors of #F45DB4
Black with #F45DB4
Text Example
Text Example
White with #F45DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45DB4; }
p { color: rgb(244,93,180); }
H1.HeaderClassName
{
color: #F45DB4;
}
.AnyTagClassName
{
color: #F45DB4;
}
</style>
background-color css
<style>
a { background-color: #F45DB4; }
a { background-color: rgb(244,93,180); }
div.DivClassName
{
background-color: #F45DB4;
}
.BgClassName
{
background-color: #F45DB4;
}
</style>
border-color css
<style>
span { border-color: #F45DB4; }
span { border-color: rgb(244,93,180); }
td.TdClassName
{
border-color: #F45DB4;
}
.TagClassName
{
border-color: #F45DB4;
}
</style>