Shades of Dark Pink #F5507E
Tints of Dark Pink #F5507E
RGB
CMYK
RGB Variations
Color information
#F5507E (or 0xF5507E) is known color: Dark Pink. HEX triplet: F5, 50 and 7E. RGB value is (245,80,126). Sum of RGB (Red+Green+Blue) = 245+80+126=451 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.32% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 245 - color contains mainly: red. Hex color #F5507E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5507E is #0AAF81. Grayscale: #868686. Windows color (decimal): -700290 or 8278261. OLE color: 8278261.
HSL color Cylindrical-coordinate representation of color #F5507E: hue angle of 343.27º 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 #F5507E is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 80 | 126 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.04 |
| HSL | 343.27º | 0.89% | 0.64% | - |
| HSV(B) | 343.27º | 0.67% | 0.96% | - |
| XYZ | 44.29 | 26.66 | 22.55 | - |
| YUV | 134.58 | 123.16 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 80 | 126 | 0 | 0.67 | 0.49 | 0.04 | 343.27 | 0.89 | 0.64 |
| Hex | F5 | 50 | 7E | 0 | 43 | 31 | 4 | 157 | 59 | 40 |
| Octal | 365 | 120 | 176 | 0 | 103 | 61 | 4 | 527 | 131 | 100 |
| Binary | 11110101 | 1010000 | 1111110 | 0 | 1000011 | 110001 | 100 | 101010111 | 1011001 | 1000000 |
Color Harmonies of #F5507E
Complementary color
Monochromatic Colors of #F5507E
Black with #F5507E
Text Example
Text Example
White with #F5507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5507E; }
p { color: rgb(245,80,126); }
H1.HeaderClassName
{
color: #F5507E;
}
.AnyTagClassName
{
color: #F5507E;
}
</style>
background-color css
<style>
a { background-color: #F5507E; }
a { background-color: rgb(245,80,126); }
div.DivClassName
{
background-color: #F5507E;
}
.BgClassName
{
background-color: #F5507E;
}
</style>
border-color css
<style>
span { border-color: #F5507E; }
span { border-color: rgb(245,80,126); }
td.TdClassName
{
border-color: #F5507E;
}
.TagClassName
{
border-color: #F5507E;
}
</style>