Shades of Dark Pink #F45380
Tints of Dark Pink #F45380
RGB
CMYK
RGB Variations
Color information
#F45380 (or 0xF45380) is known color: Dark Pink. HEX triplet: F4, 53 and 80. RGB value is (244,83,128). Sum of RGB (Red+Green+Blue) = 244+83+128=455 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.63% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 244 - color contains mainly: red. Hex color #F45380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45380 is #0BAC7F. Grayscale: #888888. Windows color (decimal): -765056 or 8410100. OLE color: 8410100.
HSL color Cylindrical-coordinate representation of color #F45380: hue angle of 343.23º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F45380 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 128 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.04 |
| HSL | 343.23º | 0.88% | 0.64% | - |
| HSV(B) | 343.23º | 0.66% | 0.96% | - |
| XYZ | 44.3 | 26.98 | 23.29 | - |
| YUV | 136.27 | 123.34 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 128 | 0 | 0.66 | 0.48 | 0.04 | 343.23 | 0.88 | 0.64 |
| Hex | F4 | 53 | 80 | 0 | 42 | 30 | 4 | 157 | 58 | 40 |
| Octal | 364 | 123 | 200 | 0 | 102 | 60 | 4 | 527 | 130 | 100 |
| Binary | 11110100 | 1010011 | 10000000 | 0 | 1000010 | 110000 | 100 | 101010111 | 1011000 | 1000000 |
Color Harmonies of #F45380
Complementary color
Monochromatic Colors of #F45380
Black with #F45380
Text Example
Text Example
White with #F45380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45380; }
p { color: rgb(244,83,128); }
H1.HeaderClassName
{
color: #F45380;
}
.AnyTagClassName
{
color: #F45380;
}
</style>
background-color css
<style>
a { background-color: #F45380; }
a { background-color: rgb(244,83,128); }
div.DivClassName
{
background-color: #F45380;
}
.BgClassName
{
background-color: #F45380;
}
</style>
border-color css
<style>
span { border-color: #F45380; }
span { border-color: rgb(244,83,128); }
td.TdClassName
{
border-color: #F45380;
}
.TagClassName
{
border-color: #F45380;
}
</style>