Shades of Violet Red #F33C7F
Tints of Violet Red #F33C7F
RGB
CMYK
RGB Variations
Color information
#F33C7F (or 0xF33C7F) is known color: Violet Red. HEX triplet: F3, 3C and 7F. RGB value is (243,60,127). Sum of RGB (Red+Green+Blue) = 243+60+127=430 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.51% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 243 - color contains mainly: red. Hex color #F33C7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33C7F is #0CC380. Grayscale: #7A7A7A. Windows color (decimal): -836481 or 8338675. OLE color: 8338675.
HSL color Cylindrical-coordinate representation of color #F33C7F: hue angle of 338.03º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F33C7F is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 60 | 127 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.05 |
| HSL | 338.03º | 0.88% | 0.59% | - |
| HSV(B) | 338.03º | 0.75% | 0.95% | - |
| XYZ | 42.41 | 23.82 | 22.44 | - |
| YUV | 122.36 | 130.63 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 60 | 127 | 0 | 0.75 | 0.48 | 0.05 | 338.03 | 0.88 | 0.59 |
| Hex | F3 | 3C | 7F | 0 | 4B | 30 | 5 | 152 | 58 | 3B |
| Octal | 363 | 74 | 177 | 0 | 113 | 60 | 5 | 522 | 130 | 73 |
| Binary | 11110011 | 111100 | 1111111 | 0 | 1001011 | 110000 | 101 | 101010010 | 1011000 | 111011 |
Color Harmonies of #F33C7F
Complementary color
Monochromatic Colors of #F33C7F
Black with #F33C7F
Text Example
Text Example
White with #F33C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33C7F; }
p { color: rgb(243,60,127); }
H1.HeaderClassName
{
color: #F33C7F;
}
.AnyTagClassName
{
color: #F33C7F;
}
</style>
background-color css
<style>
a { background-color: #F33C7F; }
a { background-color: rgb(243,60,127); }
div.DivClassName
{
background-color: #F33C7F;
}
.BgClassName
{
background-color: #F33C7F;
}
</style>
border-color css
<style>
span { border-color: #F33C7F; }
span { border-color: rgb(243,60,127); }
td.TdClassName
{
border-color: #F33C7F;
}
.TagClassName
{
border-color: #F33C7F;
}
</style>