Shades of Dark Pink #F2537F
Tints of Dark Pink #F2537F
RGB
CMYK
RGB Variations
Color information
#F2537F (or 0xF2537F) is known color: Dark Pink. HEX triplet: F2, 53 and 7F. RGB value is (242,83,127). Sum of RGB (Red+Green+Blue) = 242+83+127=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F2537F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2537F is #0DAC80. Grayscale: #878787. Windows color (decimal): -896129 or 8344562. OLE color: 8344562.
HSL color Cylindrical-coordinate representation of color #F2537F: hue angle of 343.4º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F2537F is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 127 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.05 |
| HSL | 343.4º | 0.86% | 0.64% | - |
| HSV(B) | 343.4º | 0.66% | 0.95% | - |
| XYZ | 43.54 | 26.6 | 22.92 | - |
| YUV | 135.56 | 123.18 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 127 | 0 | 0.66 | 0.48 | 0.05 | 343.4 | 0.86 | 0.64 |
| Hex | F2 | 53 | 7F | 0 | 42 | 30 | 5 | 157 | 56 | 40 |
| Octal | 362 | 123 | 177 | 0 | 102 | 60 | 5 | 527 | 126 | 100 |
| Binary | 11110010 | 1010011 | 1111111 | 0 | 1000010 | 110000 | 101 | 101010111 | 1010110 | 1000000 |
Color Harmonies of #F2537F
Complementary color
Monochromatic Colors of #F2537F
Black with #F2537F
Text Example
Text Example
White with #F2537F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2537F; }
p { color: rgb(242,83,127); }
H1.HeaderClassName
{
color: #F2537F;
}
.AnyTagClassName
{
color: #F2537F;
}
</style>
background-color css
<style>
a { background-color: #F2537F; }
a { background-color: rgb(242,83,127); }
div.DivClassName
{
background-color: #F2537F;
}
.BgClassName
{
background-color: #F2537F;
}
</style>
border-color css
<style>
span { border-color: #F2537F; }
span { border-color: rgb(242,83,127); }
td.TdClassName
{
border-color: #F2537F;
}
.TagClassName
{
border-color: #F2537F;
}
</style>