Shades of Violet Red #F32F78
Tints of Violet Red #F32F78
RGB
CMYK
RGB Variations
Color information
#F32F78 (or 0xF32F78) is known color: Violet Red. HEX triplet: F3, 2F and 78. RGB value is (243,47,120). Sum of RGB (Red+Green+Blue) = 243+47+120=410 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.27% from 410); Green value is 47 (18.75% from 255 or 11.46% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32F78 is #0CD087. Grayscale: #717171. Windows color (decimal): -839816 or 7876595. OLE color: 7876595.
HSL color Cylindrical-coordinate representation of color #F32F78: hue angle of 337.65º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F32F78 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 47 | 120 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.05 |
| HSL | 337.65º | 0.89% | 0.57% | - |
| HSV(B) | 337.65º | 0.81% | 0.95% | - |
| XYZ | 41.37 | 22.44 | 19.92 | - |
| YUV | 113.93 | 131.43 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 47 | 120 | 0 | 0.81 | 0.51 | 0.05 | 337.65 | 0.89 | 0.57 |
| Hex | F3 | 2F | 78 | 0 | 51 | 33 | 5 | 152 | 59 | 39 |
| Octal | 363 | 57 | 170 | 0 | 121 | 63 | 5 | 522 | 131 | 71 |
| Binary | 11110011 | 101111 | 1111000 | 0 | 1010001 | 110011 | 101 | 101010010 | 1011001 | 111001 |
Color Harmonies of #F32F78
Complementary color
Monochromatic Colors of #F32F78
Black with #F32F78
Text Example
Text Example
White with #F32F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32F78; }
p { color: rgb(243,47,120); }
H1.HeaderClassName
{
color: #F32F78;
}
.AnyTagClassName
{
color: #F32F78;
}
</style>
background-color css
<style>
a { background-color: #F32F78; }
a { background-color: rgb(243,47,120); }
div.DivClassName
{
background-color: #F32F78;
}
.BgClassName
{
background-color: #F32F78;
}
</style>
border-color css
<style>
span { border-color: #F32F78; }
span { border-color: rgb(243,47,120); }
td.TdClassName
{
border-color: #F32F78;
}
.TagClassName
{
border-color: #F32F78;
}
</style>