Shades of Dark Pink #F4517F
Tints of Dark Pink #F4517F
RGB
CMYK
RGB Variations
Color information
#F4517F (or 0xF4517F) is known color: Dark Pink. HEX triplet: F4, 51 and 7F. RGB value is (244,81,127). Sum of RGB (Red+Green+Blue) = 244+81+127=452 (59% of max value = 765). Red value is 244 (95.70% from 255 or 53.98% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 244 - color contains mainly: red. Hex color #F4517F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4517F is #0BAE80. Grayscale: #868686. Windows color (decimal): -765569 or 8344052. OLE color: 8344052.
HSL color Cylindrical-coordinate representation of color #F4517F: hue angle of 343.07º 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 #F4517F is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 81 | 127 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.04 |
| HSL | 343.07º | 0.88% | 0.64% | - |
| HSV(B) | 343.07º | 0.67% | 0.96% | - |
| XYZ | 44.08 | 26.65 | 22.9 | - |
| YUV | 134.98 | 123.5 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 81 | 127 | 0 | 0.67 | 0.48 | 0.04 | 343.07 | 0.88 | 0.64 |
| Hex | F4 | 51 | 7F | 0 | 43 | 30 | 4 | 157 | 58 | 40 |
| Octal | 364 | 121 | 177 | 0 | 103 | 60 | 4 | 527 | 130 | 100 |
| Binary | 11110100 | 1010001 | 1111111 | 0 | 1000011 | 110000 | 100 | 101010111 | 1011000 | 1000000 |
Color Harmonies of #F4517F
Complementary color
Monochromatic Colors of #F4517F
Black with #F4517F
Text Example
Text Example
White with #F4517F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4517F; }
p { color: rgb(244,81,127); }
H1.HeaderClassName
{
color: #F4517F;
}
.AnyTagClassName
{
color: #F4517F;
}
</style>
background-color css
<style>
a { background-color: #F4517F; }
a { background-color: rgb(244,81,127); }
div.DivClassName
{
background-color: #F4517F;
}
.BgClassName
{
background-color: #F4517F;
}
</style>
border-color css
<style>
span { border-color: #F4517F; }
span { border-color: rgb(244,81,127); }
td.TdClassName
{
border-color: #F4517F;
}
.TagClassName
{
border-color: #F4517F;
}
</style>