Shades of Violet Red #F33975
Tints of Violet Red #F33975
RGB
CMYK
RGB Variations
Color information
#F33975 (or 0xF33975) is known color: Violet Red. HEX triplet: F3, 39 and 75. RGB value is (243,57,117). Sum of RGB (Red+Green+Blue) = 243+57+117=417 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.27% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 243 - color contains mainly: red. Hex color #F33975 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33975 is #0CC68A. Grayscale: #777777. Windows color (decimal): -837259 or 7682547. OLE color: 7682547.
HSL color Cylindrical-coordinate representation of color #F33975: hue angle of 340.65º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F33975 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 57 | 117 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.05 |
| HSL | 340.65º | 0.89% | 0.59% | - |
| HSV(B) | 340.65º | 0.77% | 0.95% | - |
| XYZ | 41.64 | 23.27 | 19.13 | - |
| YUV | 119.45 | 126.62 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 57 | 117 | 0 | 0.77 | 0.52 | 0.05 | 340.65 | 0.89 | 0.59 |
| Hex | F3 | 39 | 75 | 0 | 4D | 34 | 5 | 155 | 59 | 3B |
| Octal | 363 | 71 | 165 | 0 | 115 | 64 | 5 | 525 | 131 | 73 |
| Binary | 11110011 | 111001 | 1110101 | 0 | 1001101 | 110100 | 101 | 101010101 | 1011001 | 111011 |
Color Harmonies of #F33975
Complementary color
Monochromatic Colors of #F33975
Black with #F33975
Text Example
Text Example
White with #F33975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33975; }
p { color: rgb(243,57,117); }
H1.HeaderClassName
{
color: #F33975;
}
.AnyTagClassName
{
color: #F33975;
}
</style>
background-color css
<style>
a { background-color: #F33975; }
a { background-color: rgb(243,57,117); }
div.DivClassName
{
background-color: #F33975;
}
.BgClassName
{
background-color: #F33975;
}
</style>
border-color css
<style>
span { border-color: #F33975; }
span { border-color: rgb(243,57,117); }
td.TdClassName
{
border-color: #F33975;
}
.TagClassName
{
border-color: #F33975;
}
</style>