Shades of Dark Pink #F55481
Tints of Dark Pink #F55481
RGB
CMYK
RGB Variations
Color information
#F55481 (or 0xF55481) is known color: Dark Pink. HEX triplet: F5, 54 and 81. RGB value is (245,84,129). Sum of RGB (Red+Green+Blue) = 245+84+129=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 84 (33.20% from 255 or 18.34% from 458); Blue value is 129 (50.78% from 255 or 28.17% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F55481 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55481 is #0AAB7E. Grayscale: #898989. Windows color (decimal): -699263 or 8475893. OLE color: 8475893.
HSL color Cylindrical-coordinate representation of color #F55481: hue angle of 343.23º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F55481 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 84 | 129 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.04 |
| HSL | 343.23º | 0.89% | 0.65% | - |
| HSV(B) | 343.23º | 0.66% | 0.96% | - |
| XYZ | 44.79 | 27.34 | 23.69 | - |
| YUV | 137.27 | 123.34 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 84 | 129 | 0 | 0.66 | 0.47 | 0.04 | 343.23 | 0.89 | 0.65 |
| Hex | F5 | 54 | 81 | 0 | 42 | 2F | 4 | 157 | 59 | 41 |
| Octal | 365 | 124 | 201 | 0 | 102 | 57 | 4 | 527 | 131 | 101 |
| Binary | 11110101 | 1010100 | 10000001 | 0 | 1000010 | 101111 | 100 | 101010111 | 1011001 | 1000001 |
Color Harmonies of #F55481
Complementary color
Monochromatic Colors of #F55481
Black with #F55481
Text Example
Text Example
White with #F55481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55481; }
p { color: rgb(245,84,129); }
H1.HeaderClassName
{
color: #F55481;
}
.AnyTagClassName
{
color: #F55481;
}
</style>
background-color css
<style>
a { background-color: #F55481; }
a { background-color: rgb(245,84,129); }
div.DivClassName
{
background-color: #F55481;
}
.BgClassName
{
background-color: #F55481;
}
</style>
border-color css
<style>
span { border-color: #F55481; }
span { border-color: rgb(245,84,129); }
td.TdClassName
{
border-color: #F55481;
}
.TagClassName
{
border-color: #F55481;
}
</style>