Shades of Violet Red #F33D88
Tints of Violet Red #F33D88
RGB
CMYK
RGB Variations
Color information
#F33D88 (or 0xF33D88) is known color: Violet Red. HEX triplet: F3, 3D and 88. RGB value is (243,61,136). Sum of RGB (Red+Green+Blue) = 243+61+136=440 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.23% from 440); Green value is 61 (24.22% from 255 or 13.86% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 243 - color contains mainly: red. Hex color #F33D88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33D88 is #0CC277. Grayscale: #7B7B7B. Windows color (decimal): -836216 or 8928755. OLE color: 8928755.
HSL color Cylindrical-coordinate representation of color #F33D88: hue angle of 335.27º 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 #F33D88 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 61 | 136 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.05 |
| HSL | 335.27º | 0.88% | 0.6% | - |
| HSV(B) | 335.27º | 0.75% | 0.95% | - |
| XYZ | 43.07 | 24.17 | 25.69 | - |
| YUV | 123.97 | 134.8 | 212.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 61 | 136 | 0 | 0.75 | 0.44 | 0.05 | 335.27 | 0.88 | 0.6 |
| Hex | F3 | 3D | 88 | 0 | 4B | 2C | 5 | 14F | 58 | 3C |
| Octal | 363 | 75 | 210 | 0 | 113 | 54 | 5 | 517 | 130 | 74 |
| Binary | 11110011 | 111101 | 10001000 | 0 | 1001011 | 101100 | 101 | 101001111 | 1011000 | 111100 |
Color Harmonies of #F33D88
Complementary color
Monochromatic Colors of #F33D88
Black with #F33D88
Text Example
Text Example
White with #F33D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33D88; }
p { color: rgb(243,61,136); }
H1.HeaderClassName
{
color: #F33D88;
}
.AnyTagClassName
{
color: #F33D88;
}
</style>
background-color css
<style>
a { background-color: #F33D88; }
a { background-color: rgb(243,61,136); }
div.DivClassName
{
background-color: #F33D88;
}
.BgClassName
{
background-color: #F33D88;
}
</style>
border-color css
<style>
span { border-color: #F33D88; }
span { border-color: rgb(243,61,136); }
td.TdClassName
{
border-color: #F33D88;
}
.TagClassName
{
border-color: #F33D88;
}
</style>