Shades of Flirt #7F2D50
Tints of Flirt #7F2D50
RGB
CMYK
RGB Variations
Color information
#7F2D50 (or 0x7F2D50) is known color: Flirt. HEX triplet: 7F, 2D and 50. RGB value is (127,45,80). Sum of RGB (Red+Green+Blue) = 127+45+80=252 (33% of max value = 765). Red value is 127 (50% from 255 or 50.40% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2D50 is #80D2AF. Grayscale: #494949. Windows color (decimal): -8442544 or 5254527. OLE color: 5254527.
HSL color Cylindrical-coordinate representation of color #7F2D50: hue angle of 334.39º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F2D50 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 45 | 80 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.50 |
| HSL | 334.39º | 0.48% | 0.34% | - |
| HSV(B) | 334.39º | 0.65% | 0.5% | - |
| XYZ | 11.14 | 6.97 | 8.35 | - |
| YUV | 73.51 | 131.67 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 45 | 80 | 0 | 0.65 | 0.37 | 0.50 | 334.39 | 0.48 | 0.34 |
| Hex | 7F | 2D | 50 | 0 | 41 | 25 | 32 | 14E | 30 | 22 |
| Octal | 177 | 55 | 120 | 0 | 101 | 45 | 62 | 516 | 60 | 42 |
| Binary | 1111111 | 101101 | 1010000 | 0 | 1000001 | 100101 | 110010 | 101001110 | 110000 | 100010 |
Color Harmonies of #7F2D50
Complementary color
Monochromatic Colors of #7F2D50
Black with #7F2D50
Text Example
Text Example
White with #7F2D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2D50; }
p { color: rgb(127,45,80); }
H1.HeaderClassName
{
color: #7F2D50;
}
.AnyTagClassName
{
color: #7F2D50;
}
</style>
background-color css
<style>
a { background-color: #7F2D50; }
a { background-color: rgb(127,45,80); }
div.DivClassName
{
background-color: #7F2D50;
}
.BgClassName
{
background-color: #7F2D50;
}
</style>
border-color css
<style>
span { border-color: #7F2D50; }
span { border-color: rgb(127,45,80); }
td.TdClassName
{
border-color: #7F2D50;
}
.TagClassName
{
border-color: #7F2D50;
}
</style>