Shades of Hot Pink #F45DBB
Tints of Hot Pink #F45DBB
RGB
CMYK
RGB Variations
Color information
#F45DBB (or 0xF45DBB) is known color: Hot Pink. HEX triplet: F4, 5D and BB. RGB value is (244,93,187). Sum of RGB (Red+Green+Blue) = 244+93+187=524 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.56% from 524); Green value is 93 (36.72% from 255 or 17.75% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 244 - color contains mainly: red. Hex color #F45DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45DBB is #0BA244. Grayscale: #949494. Windows color (decimal): -762437 or 12279284. OLE color: 12279284.
HSL color Cylindrical-coordinate representation of color #F45DBB: hue angle of 322.65º 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 #F45DBB is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 93 | 187 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.04 |
| HSL | 322.65º | 0.87% | 0.66% | - |
| HSV(B) | 322.65º | 0.62% | 0.96% | - |
| XYZ | 50.19 | 30.65 | 50.28 | - |
| YUV | 148.87 | 149.53 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 93 | 187 | 0 | 0.62 | 0.23 | 0.04 | 322.65 | 0.87 | 0.66 |
| Hex | F4 | 5D | BB | 0 | 3E | 17 | 4 | 143 | 57 | 42 |
| Octal | 364 | 135 | 273 | 0 | 76 | 27 | 4 | 503 | 127 | 102 |
| Binary | 11110100 | 1011101 | 10111011 | 0 | 111110 | 10111 | 100 | 101000011 | 1010111 | 1000010 |
Color Harmonies of #F45DBB
Complementary color
Monochromatic Colors of #F45DBB
Black with #F45DBB
Text Example
Text Example
White with #F45DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45DBB; }
p { color: rgb(244,93,187); }
H1.HeaderClassName
{
color: #F45DBB;
}
.AnyTagClassName
{
color: #F45DBB;
}
</style>
background-color css
<style>
a { background-color: #F45DBB; }
a { background-color: rgb(244,93,187); }
div.DivClassName
{
background-color: #F45DBB;
}
.BgClassName
{
background-color: #F45DBB;
}
</style>
border-color css
<style>
span { border-color: #F45DBB; }
span { border-color: rgb(244,93,187); }
td.TdClassName
{
border-color: #F45DBB;
}
.TagClassName
{
border-color: #F45DBB;
}
</style>