Shades of Flirt #7F2F4B
Tints of Flirt #7F2F4B
RGB
CMYK
RGB Variations
Color information
#7F2F4B (or 0x7F2F4B) is known color: Flirt. HEX triplet: 7F, 2F and 4B. RGB value is (127,47,75). Sum of RGB (Red+Green+Blue) = 127+47+75=249 (32% of max value = 765). Red value is 127 (50% from 255 or 51.00% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2F4B is #80D0B4. Grayscale: #4A4A4A. Windows color (decimal): -8442037 or 4927359. OLE color: 4927359.
HSL color Cylindrical-coordinate representation of color #7F2F4B: hue angle of 339º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7F2F4B is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 47 | 75 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.50 |
| HSL | 339º | 0.46% | 0.34% | - |
| HSV(B) | 339º | 0.63% | 0.5% | - |
| XYZ | 11.04 | 7.05 | 7.44 | - |
| YUV | 74.11 | 128.5 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 47 | 75 | 0 | 0.63 | 0.41 | 0.50 | 339 | 0.46 | 0.34 |
| Hex | 7F | 2F | 4B | 0 | 3F | 29 | 32 | 153 | 2E | 22 |
| Octal | 177 | 57 | 113 | 0 | 77 | 51 | 62 | 523 | 56 | 42 |
| Binary | 1111111 | 101111 | 1001011 | 0 | 111111 | 101001 | 110010 | 101010011 | 101110 | 100010 |
Color Harmonies of #7F2F4B
Complementary color
Monochromatic Colors of #7F2F4B
Black with #7F2F4B
Text Example
Text Example
White with #7F2F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2F4B; }
p { color: rgb(127,47,75); }
H1.HeaderClassName
{
color: #7F2F4B;
}
.AnyTagClassName
{
color: #7F2F4B;
}
</style>
background-color css
<style>
a { background-color: #7F2F4B; }
a { background-color: rgb(127,47,75); }
div.DivClassName
{
background-color: #7F2F4B;
}
.BgClassName
{
background-color: #7F2F4B;
}
</style>
border-color css
<style>
span { border-color: #7F2F4B; }
span { border-color: rgb(127,47,75); }
td.TdClassName
{
border-color: #7F2F4B;
}
.TagClassName
{
border-color: #7F2F4B;
}
</style>