Shades of Dark Pink #F4507D
Tints of Dark Pink #F4507D
RGB
CMYK
RGB Variations
Color information
#F4507D (or 0xF4507D) is known color: Dark Pink. HEX triplet: F4, 50 and 7D. RGB value is (244,80,125). Sum of RGB (Red+Green+Blue) = 244+80+125=449 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.34% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 244 - color contains mainly: red. Hex color #F4507D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4507D is #0BAF82. Grayscale: #868686. Windows color (decimal): -765827 or 8212724. OLE color: 8212724.
HSL color Cylindrical-coordinate representation of color #F4507D: hue angle of 343.54º 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 #F4507D is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 80 | 125 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.04 |
| HSL | 343.54º | 0.88% | 0.64% | - |
| HSV(B) | 343.54º | 0.67% | 0.96% | - |
| XYZ | 43.88 | 26.45 | 22.19 | - |
| YUV | 134.17 | 122.83 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 80 | 125 | 0 | 0.67 | 0.49 | 0.04 | 343.54 | 0.88 | 0.64 |
| Hex | F4 | 50 | 7D | 0 | 43 | 31 | 4 | 158 | 58 | 40 |
| Octal | 364 | 120 | 175 | 0 | 103 | 61 | 4 | 530 | 130 | 100 |
| Binary | 11110100 | 1010000 | 1111101 | 0 | 1000011 | 110001 | 100 | 101011000 | 1011000 | 1000000 |
Color Harmonies of #F4507D
Complementary color
Monochromatic Colors of #F4507D
Black with #F4507D
Text Example
Text Example
White with #F4507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4507D; }
p { color: rgb(244,80,125); }
H1.HeaderClassName
{
color: #F4507D;
}
.AnyTagClassName
{
color: #F4507D;
}
</style>
background-color css
<style>
a { background-color: #F4507D; }
a { background-color: rgb(244,80,125); }
div.DivClassName
{
background-color: #F4507D;
}
.BgClassName
{
background-color: #F4507D;
}
</style>
border-color css
<style>
span { border-color: #F4507D; }
span { border-color: rgb(244,80,125); }
td.TdClassName
{
border-color: #F4507D;
}
.TagClassName
{
border-color: #F4507D;
}
</style>