Shades of Hot Pink #F45DBA
Tints of Hot Pink #F45DBA
RGB
CMYK
RGB Variations
Color information
#F45DBA (or 0xF45DBA) is known color: Hot Pink. HEX triplet: F4, 5D and BA. RGB value is (244,93,186). Sum of RGB (Red+Green+Blue) = 244+93+186=523 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.65% from 523); Green value is 93 (36.72% from 255 or 17.78% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 244 - color contains mainly: red. Hex color #F45DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45DBA is #0BA245. Grayscale: #949494. Windows color (decimal): -762438 or 12213748. OLE color: 12213748.
HSL color Cylindrical-coordinate representation of color #F45DBA: hue angle of 323.05º 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 #F45DBA is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 93 | 186 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.04 |
| HSL | 323.05º | 0.87% | 0.66% | - |
| HSV(B) | 323.05º | 0.62% | 0.96% | - |
| XYZ | 50.09 | 30.61 | 49.72 | - |
| YUV | 148.75 | 149.03 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 93 | 186 | 0 | 0.62 | 0.24 | 0.04 | 323.05 | 0.87 | 0.66 |
| Hex | F4 | 5D | BA | 0 | 3E | 18 | 4 | 143 | 57 | 42 |
| Octal | 364 | 135 | 272 | 0 | 76 | 30 | 4 | 503 | 127 | 102 |
| Binary | 11110100 | 1011101 | 10111010 | 0 | 111110 | 11000 | 100 | 101000011 | 1010111 | 1000010 |
Color Harmonies of #F45DBA
Complementary color
Monochromatic Colors of #F45DBA
Black with #F45DBA
Text Example
Text Example
White with #F45DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45DBA; }
p { color: rgb(244,93,186); }
H1.HeaderClassName
{
color: #F45DBA;
}
.AnyTagClassName
{
color: #F45DBA;
}
</style>
background-color css
<style>
a { background-color: #F45DBA; }
a { background-color: rgb(244,93,186); }
div.DivClassName
{
background-color: #F45DBA;
}
.BgClassName
{
background-color: #F45DBA;
}
</style>
border-color css
<style>
span { border-color: #F45DBA; }
span { border-color: rgb(244,93,186); }
td.TdClassName
{
border-color: #F45DBA;
}
.TagClassName
{
border-color: #F45DBA;
}
</style>