Shades of Dark Pink #F5527D
Tints of Dark Pink #F5527D
RGB
CMYK
RGB Variations
Color information
#F5527D (or 0xF5527D) is known color: Dark Pink. HEX triplet: F5, 52 and 7D. RGB value is (245,82,125). Sum of RGB (Red+Green+Blue) = 245+82+125=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F5527D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5527D is #0AAD82. Grayscale: #878787. Windows color (decimal): -699779 or 8213237. OLE color: 8213237.
HSL color Cylindrical-coordinate representation of color #F5527D: hue angle of 344.17º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F5527D is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 82 | 125 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.04 |
| HSL | 344.17º | 0.89% | 0.64% | - |
| HSV(B) | 344.17º | 0.67% | 0.96% | - |
| XYZ | 44.38 | 26.93 | 22.26 | - |
| YUV | 135.64 | 122 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 82 | 125 | 0 | 0.67 | 0.49 | 0.04 | 344.17 | 0.89 | 0.64 |
| Hex | F5 | 52 | 7D | 0 | 43 | 31 | 4 | 158 | 59 | 40 |
| Octal | 365 | 122 | 175 | 0 | 103 | 61 | 4 | 530 | 131 | 100 |
| Binary | 11110101 | 1010010 | 1111101 | 0 | 1000011 | 110001 | 100 | 101011000 | 1011001 | 1000000 |
Color Harmonies of #F5527D
Complementary color
Monochromatic Colors of #F5527D
Black with #F5527D
Text Example
Text Example
White with #F5527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5527D; }
p { color: rgb(245,82,125); }
H1.HeaderClassName
{
color: #F5527D;
}
.AnyTagClassName
{
color: #F5527D;
}
</style>
background-color css
<style>
a { background-color: #F5527D; }
a { background-color: rgb(245,82,125); }
div.DivClassName
{
background-color: #F5527D;
}
.BgClassName
{
background-color: #F5527D;
}
</style>
border-color css
<style>
span { border-color: #F5527D; }
span { border-color: rgb(245,82,125); }
td.TdClassName
{
border-color: #F5527D;
}
.TagClassName
{
border-color: #F5527D;
}
</style>