Shades of Dark Pink #F4517D
Tints of Dark Pink #F4517D
RGB
CMYK
RGB Variations
Color information
#F4517D (or 0xF4517D) is known color: Dark Pink. HEX triplet: F4, 51 and 7D. RGB value is (244,81,125). Sum of RGB (Red+Green+Blue) = 244+81+125=450 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.22% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 244 - color contains mainly: red. Hex color #F4517D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4517D is #0BAE82. Grayscale: #868686. Windows color (decimal): -765571 or 8212980. OLE color: 8212980.
HSL color Cylindrical-coordinate representation of color #F4517D: hue angle of 343.8º 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 #F4517D is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 81 | 125 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.04 |
| HSL | 343.8º | 0.88% | 0.64% | - |
| HSV(B) | 343.8º | 0.67% | 0.96% | - |
| XYZ | 43.95 | 26.6 | 22.22 | - |
| YUV | 134.75 | 122.5 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 81 | 125 | 0 | 0.67 | 0.49 | 0.04 | 343.8 | 0.88 | 0.64 |
| Hex | F4 | 51 | 7D | 0 | 43 | 31 | 4 | 158 | 58 | 40 |
| Octal | 364 | 121 | 175 | 0 | 103 | 61 | 4 | 530 | 130 | 100 |
| Binary | 11110100 | 1010001 | 1111101 | 0 | 1000011 | 110001 | 100 | 101011000 | 1011000 | 1000000 |
Color Harmonies of #F4517D
Complementary color
Monochromatic Colors of #F4517D
Black with #F4517D
Text Example
Text Example
White with #F4517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4517D; }
p { color: rgb(244,81,125); }
H1.HeaderClassName
{
color: #F4517D;
}
.AnyTagClassName
{
color: #F4517D;
}
</style>
background-color css
<style>
a { background-color: #F4517D; }
a { background-color: rgb(244,81,125); }
div.DivClassName
{
background-color: #F4517D;
}
.BgClassName
{
background-color: #F4517D;
}
</style>
border-color css
<style>
span { border-color: #F4517D; }
span { border-color: rgb(244,81,125); }
td.TdClassName
{
border-color: #F4517D;
}
.TagClassName
{
border-color: #F4517D;
}
</style>