Shades of Dark Pink #F2517F
Tints of Dark Pink #F2517F
RGB
CMYK
RGB Variations
Color information
#F2517F (or 0xF2517F) is known color: Dark Pink. HEX triplet: F2, 51 and 7F. RGB value is (242,81,127). Sum of RGB (Red+Green+Blue) = 242+81+127=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F2517F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2517F is #0DAE80. Grayscale: #868686. Windows color (decimal): -896641 or 8344050. OLE color: 8344050.
HSL color Cylindrical-coordinate representation of color #F2517F: hue angle of 342.86º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2517F is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 127 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.05 |
| HSL | 342.86º | 0.86% | 0.63% | - |
| HSV(B) | 342.86º | 0.67% | 0.95% | - |
| XYZ | 43.39 | 26.29 | 22.87 | - |
| YUV | 134.38 | 123.84 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 127 | 0 | 0.67 | 0.48 | 0.05 | 342.86 | 0.86 | 0.63 |
| Hex | F2 | 51 | 7F | 0 | 43 | 30 | 5 | 157 | 56 | 3F |
| Octal | 362 | 121 | 177 | 0 | 103 | 60 | 5 | 527 | 126 | 77 |
| Binary | 11110010 | 1010001 | 1111111 | 0 | 1000011 | 110000 | 101 | 101010111 | 1010110 | 111111 |
Color Harmonies of #F2517F
Complementary color
Monochromatic Colors of #F2517F
Black with #F2517F
Text Example
Text Example
White with #F2517F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2517F; }
p { color: rgb(242,81,127); }
H1.HeaderClassName
{
color: #F2517F;
}
.AnyTagClassName
{
color: #F2517F;
}
</style>
background-color css
<style>
a { background-color: #F2517F; }
a { background-color: rgb(242,81,127); }
div.DivClassName
{
background-color: #F2517F;
}
.BgClassName
{
background-color: #F2517F;
}
</style>
border-color css
<style>
span { border-color: #F2517F; }
span { border-color: rgb(242,81,127); }
td.TdClassName
{
border-color: #F2517F;
}
.TagClassName
{
border-color: #F2517F;
}
</style>