Shades of Dark Pink #F45281
Tints of Dark Pink #F45281
RGB
CMYK
RGB Variations
Color information
#F45281 (or 0xF45281) is known color: Dark Pink. HEX triplet: F4, 52 and 81. RGB value is (244,82,129). Sum of RGB (Red+Green+Blue) = 244+82+129=455 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.63% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 129 (50.78% from 255 or 28.35% from 455); Max value from RGB is 244 - color contains mainly: red. Hex color #F45281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45281 is #0BAD7E. Grayscale: #878787. Windows color (decimal): -765311 or 8475380. OLE color: 8475380.
HSL color Cylindrical-coordinate representation of color #F45281: hue angle of 342.59º 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 #F45281 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 82 | 129 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.04 |
| HSL | 342.59º | 0.88% | 0.64% | - |
| HSV(B) | 342.59º | 0.66% | 0.96% | - |
| XYZ | 44.29 | 26.85 | 23.62 | - |
| YUV | 135.8 | 124.17 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 82 | 129 | 0 | 0.66 | 0.47 | 0.04 | 342.59 | 0.88 | 0.64 |
| Hex | F4 | 52 | 81 | 0 | 42 | 2F | 4 | 157 | 58 | 40 |
| Octal | 364 | 122 | 201 | 0 | 102 | 57 | 4 | 527 | 130 | 100 |
| Binary | 11110100 | 1010010 | 10000001 | 0 | 1000010 | 101111 | 100 | 101010111 | 1011000 | 1000000 |
Color Harmonies of #F45281
Complementary color
Monochromatic Colors of #F45281
Black with #F45281
Text Example
Text Example
White with #F45281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45281; }
p { color: rgb(244,82,129); }
H1.HeaderClassName
{
color: #F45281;
}
.AnyTagClassName
{
color: #F45281;
}
</style>
background-color css
<style>
a { background-color: #F45281; }
a { background-color: rgb(244,82,129); }
div.DivClassName
{
background-color: #F45281;
}
.BgClassName
{
background-color: #F45281;
}
</style>
border-color css
<style>
span { border-color: #F45281; }
span { border-color: rgb(244,82,129); }
td.TdClassName
{
border-color: #F45281;
}
.TagClassName
{
border-color: #F45281;
}
</style>