Shades of Violet Red #F33385
Tints of Violet Red #F33385
RGB
CMYK
RGB Variations
Color information
#F33385 (or 0xF33385) is known color: Violet Red. HEX triplet: F3, 33 and 85. RGB value is (243,51,133). Sum of RGB (Red+Green+Blue) = 243+51+133=427 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.91% from 427); Green value is 51 (20.31% from 255 or 11.94% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 243 - color contains mainly: red. Hex color #F33385 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33385 is #0CCC7A. Grayscale: #757575. Windows color (decimal): -838779 or 8729587. OLE color: 8729587.
HSL color Cylindrical-coordinate representation of color #F33385: hue angle of 334.38º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F33385 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 51 | 133 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.05 |
| HSL | 334.38º | 0.89% | 0.58% | - |
| HSV(B) | 334.38º | 0.79% | 0.95% | - |
| XYZ | 42.38 | 23.12 | 24.42 | - |
| YUV | 117.76 | 136.61 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 51 | 133 | 0 | 0.79 | 0.45 | 0.05 | 334.38 | 0.89 | 0.58 |
| Hex | F3 | 33 | 85 | 0 | 4F | 2D | 5 | 14E | 59 | 3A |
| Octal | 363 | 63 | 205 | 0 | 117 | 55 | 5 | 516 | 131 | 72 |
| Binary | 11110011 | 110011 | 10000101 | 0 | 1001111 | 101101 | 101 | 101001110 | 1011001 | 111010 |
Color Harmonies of #F33385
Complementary color
Monochromatic Colors of #F33385
Black with #F33385
Text Example
Text Example
White with #F33385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33385; }
p { color: rgb(243,51,133); }
H1.HeaderClassName
{
color: #F33385;
}
.AnyTagClassName
{
color: #F33385;
}
</style>
background-color css
<style>
a { background-color: #F33385; }
a { background-color: rgb(243,51,133); }
div.DivClassName
{
background-color: #F33385;
}
.BgClassName
{
background-color: #F33385;
}
</style>
border-color css
<style>
span { border-color: #F33385; }
span { border-color: rgb(243,51,133); }
td.TdClassName
{
border-color: #F33385;
}
.TagClassName
{
border-color: #F33385;
}
</style>