Shades of Dark Pink #F4507C
Tints of Dark Pink #F4507C
RGB
CMYK
RGB Variations
Color information
#F4507C (or 0xF4507C) is known color: Dark Pink. HEX triplet: F4, 50 and 7C. RGB value is (244,80,124). Sum of RGB (Red+Green+Blue) = 244+80+124=448 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.46% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 244 - color contains mainly: red. Hex color #F4507C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4507C is #0BAF83. Grayscale: #868686. Windows color (decimal): -765828 or 8147188. OLE color: 8147188.
HSL color Cylindrical-coordinate representation of color #F4507C: hue angle of 343.9º degrees, saturation: 0.88, 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 #F4507C is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 80 | 124 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.04 |
| HSL | 343.9º | 0.88% | 0.64% | - |
| HSV(B) | 343.9º | 0.67% | 0.96% | - |
| XYZ | 43.81 | 26.43 | 21.86 | - |
| YUV | 134.05 | 122.33 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 80 | 124 | 0 | 0.67 | 0.49 | 0.04 | 343.9 | 0.88 | 0.64 |
| Hex | F4 | 50 | 7C | 0 | 43 | 31 | 4 | 158 | 58 | 40 |
| Octal | 364 | 120 | 174 | 0 | 103 | 61 | 4 | 530 | 130 | 100 |
| Binary | 11110100 | 1010000 | 1111100 | 0 | 1000011 | 110001 | 100 | 101011000 | 1011000 | 1000000 |
Color Harmonies of #F4507C
Complementary color
Monochromatic Colors of #F4507C
Black with #F4507C
Text Example
Text Example
White with #F4507C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4507C; }
p { color: rgb(244,80,124); }
H1.HeaderClassName
{
color: #F4507C;
}
.AnyTagClassName
{
color: #F4507C;
}
</style>
background-color css
<style>
a { background-color: #F4507C; }
a { background-color: rgb(244,80,124); }
div.DivClassName
{
background-color: #F4507C;
}
.BgClassName
{
background-color: #F4507C;
}
</style>
border-color css
<style>
span { border-color: #F4507C; }
span { border-color: rgb(244,80,124); }
td.TdClassName
{
border-color: #F4507C;
}
.TagClassName
{
border-color: #F4507C;
}
</style>