Shades of Violet Red #F33F87
Tints of Violet Red #F33F87
RGB
CMYK
RGB Variations
Color information
#F33F87 (or 0xF33F87) is known color: Violet Red. HEX triplet: F3, 3F and 87. RGB value is (243,63,135). Sum of RGB (Red+Green+Blue) = 243+63+135=441 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.10% from 441); Green value is 63 (25% from 255 or 14.29% from 441); Blue value is 135 (53.12% from 255 or 30.61% from 441); Max value from RGB is 243 - color contains mainly: red. Hex color #F33F87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33F87 is #0CC078. Grayscale: #7C7C7C. Windows color (decimal): -835705 or 8863731. OLE color: 8863731.
HSL color Cylindrical-coordinate representation of color #F33F87: hue angle of 336º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F33F87 is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 63 | 135 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.05 |
| HSL | 336º | 0.88% | 0.6% | - |
| HSV(B) | 336º | 0.74% | 0.95% | - |
| XYZ | 43.11 | 24.36 | 25.35 | - |
| YUV | 125.03 | 133.63 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 63 | 135 | 0 | 0.74 | 0.44 | 0.05 | 336 | 0.88 | 0.6 |
| Hex | F3 | 3F | 87 | 0 | 4A | 2C | 5 | 150 | 58 | 3C |
| Octal | 363 | 77 | 207 | 0 | 112 | 54 | 5 | 520 | 130 | 74 |
| Binary | 11110011 | 111111 | 10000111 | 0 | 1001010 | 101100 | 101 | 101010000 | 1011000 | 111100 |
Color Harmonies of #F33F87
Complementary color
Monochromatic Colors of #F33F87
Black with #F33F87
Text Example
Text Example
White with #F33F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33F87; }
p { color: rgb(243,63,135); }
H1.HeaderClassName
{
color: #F33F87;
}
.AnyTagClassName
{
color: #F33F87;
}
</style>
background-color css
<style>
a { background-color: #F33F87; }
a { background-color: rgb(243,63,135); }
div.DivClassName
{
background-color: #F33F87;
}
.BgClassName
{
background-color: #F33F87;
}
</style>
border-color css
<style>
span { border-color: #F33F87; }
span { border-color: rgb(243,63,135); }
td.TdClassName
{
border-color: #F33F87;
}
.TagClassName
{
border-color: #F33F87;
}
</style>