Shades of Flirt #6F2A49
Tints of Flirt #6F2A49
RGB
CMYK
RGB Variations
Color information
#6F2A49 (or 0x6F2A49) is known color: Flirt. HEX triplet: 6F, 2A and 49. RGB value is (111,42,73). Sum of RGB (Red+Green+Blue) = 111+42+73=226 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.12% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2A49 is #90D5B6. Grayscale: #424242. Windows color (decimal): -9491895 or 4794991. OLE color: 4794991.
HSL color Cylindrical-coordinate representation of color #6F2A49: hue angle of 333.04º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F2A49 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 42 | 73 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.56 |
| HSL | 333.04º | 0.45% | 0.3% | - |
| HSV(B) | 333.04º | 0.62% | 0.44% | - |
| XYZ | 8.59 | 5.52 | 6.92 | - |
| YUV | 66.17 | 131.86 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 42 | 73 | 0 | 0.62 | 0.34 | 0.56 | 333.04 | 0.45 | 0.3 |
| Hex | 6F | 2A | 49 | 0 | 3E | 22 | 38 | 14D | 2D | 1E |
| Octal | 157 | 52 | 111 | 0 | 76 | 42 | 70 | 515 | 55 | 36 |
| Binary | 1101111 | 101010 | 1001001 | 0 | 111110 | 100010 | 111000 | 101001101 | 101101 | 11110 |
Color Harmonies of #6F2A49
Complementary color
Monochromatic Colors of #6F2A49
Black with #6F2A49
Text Example
Text Example
White with #6F2A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2A49; }
p { color: rgb(111,42,73); }
H1.HeaderClassName
{
color: #6F2A49;
}
.AnyTagClassName
{
color: #6F2A49;
}
</style>
background-color css
<style>
a { background-color: #6F2A49; }
a { background-color: rgb(111,42,73); }
div.DivClassName
{
background-color: #6F2A49;
}
.BgClassName
{
background-color: #6F2A49;
}
</style>
border-color css
<style>
span { border-color: #6F2A49; }
span { border-color: rgb(111,42,73); }
td.TdClassName
{
border-color: #6F2A49;
}
.TagClassName
{
border-color: #6F2A49;
}
</style>