Shades of Violet Red #F33D79
Tints of Violet Red #F33D79
RGB
CMYK
RGB Variations
Color information
#F33D79 (or 0xF33D79) is known color: Violet Red. HEX triplet: F3, 3D and 79. RGB value is (243,61,121). Sum of RGB (Red+Green+Blue) = 243+61+121=425 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.18% from 425); Green value is 61 (24.22% from 255 or 14.35% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 243 - color contains mainly: red. Hex color #F33D79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33D79 is #0CC286. Grayscale: #7A7A7A. Windows color (decimal): -836231 or 7945715. OLE color: 7945715.
HSL color Cylindrical-coordinate representation of color #F33D79: hue angle of 340.22º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F33D79 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 61 | 121 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.05 |
| HSL | 340.22º | 0.88% | 0.6% | - |
| HSV(B) | 340.22º | 0.75% | 0.95% | - |
| XYZ | 42.08 | 23.77 | 20.46 | - |
| YUV | 122.26 | 127.3 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 61 | 121 | 0 | 0.75 | 0.50 | 0.05 | 340.22 | 0.88 | 0.6 |
| Hex | F3 | 3D | 79 | 0 | 4B | 32 | 5 | 154 | 58 | 3C |
| Octal | 363 | 75 | 171 | 0 | 113 | 62 | 5 | 524 | 130 | 74 |
| Binary | 11110011 | 111101 | 1111001 | 0 | 1001011 | 110010 | 101 | 101010100 | 1011000 | 111100 |
Color Harmonies of #F33D79
Complementary color
Monochromatic Colors of #F33D79
Black with #F33D79
Text Example
Text Example
White with #F33D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33D79; }
p { color: rgb(243,61,121); }
H1.HeaderClassName
{
color: #F33D79;
}
.AnyTagClassName
{
color: #F33D79;
}
</style>
background-color css
<style>
a { background-color: #F33D79; }
a { background-color: rgb(243,61,121); }
div.DivClassName
{
background-color: #F33D79;
}
.BgClassName
{
background-color: #F33D79;
}
</style>
border-color css
<style>
span { border-color: #F33D79; }
span { border-color: rgb(243,61,121); }
td.TdClassName
{
border-color: #F33D79;
}
.TagClassName
{
border-color: #F33D79;
}
</style>