Shades of Violet Red #F33485
Tints of Violet Red #F33485
RGB
CMYK
RGB Variations
Color information
#F33485 (or 0xF33485) is known color: Violet Red. HEX triplet: F3, 34 and 85. RGB value is (243,52,133). Sum of RGB (Red+Green+Blue) = 243+52+133=428 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.78% from 428); Green value is 52 (20.70% from 255 or 12.15% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 243 - color contains mainly: red. Hex color #F33485 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33485 is #0CCB7A. Grayscale: #767676. Windows color (decimal): -838523 or 8729843. OLE color: 8729843.
HSL color Cylindrical-coordinate representation of color #F33485: hue angle of 334.55º 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 #F33485 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 52 | 133 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.05 |
| HSL | 334.56º | 0.89% | 0.58% | - |
| HSV(B) | 334.56º | 0.79% | 0.95% | - |
| XYZ | 42.42 | 23.2 | 24.43 | - |
| YUV | 118.34 | 136.28 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 52 | 133 | 0 | 0.79 | 0.45 | 0.05 | 334.56 | 0.89 | 0.58 |
| Hex | F3 | 34 | 85 | 0 | 4F | 2D | 5 | 14F | 59 | 3A |
| Octal | 363 | 64 | 205 | 0 | 117 | 55 | 5 | 517 | 131 | 72 |
| Binary | 11110011 | 110100 | 10000101 | 0 | 1001111 | 101101 | 101 | 101001111 | 1011001 | 111010 |
Color Harmonies of #F33485
Complementary color
Monochromatic Colors of #F33485
Black with #F33485
Text Example
Text Example
White with #F33485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33485; }
p { color: rgb(243,52,133); }
H1.HeaderClassName
{
color: #F33485;
}
.AnyTagClassName
{
color: #F33485;
}
</style>
background-color css
<style>
a { background-color: #F33485; }
a { background-color: rgb(243,52,133); }
div.DivClassName
{
background-color: #F33485;
}
.BgClassName
{
background-color: #F33485;
}
</style>
border-color css
<style>
span { border-color: #F33485; }
span { border-color: rgb(243,52,133); }
td.TdClassName
{
border-color: #F33485;
}
.TagClassName
{
border-color: #F33485;
}
</style>