Shades of Razzmatazz #F3114F
Tints of Razzmatazz #F3114F
RGB
CMYK
RGB Variations
Color information
#F3114F (or 0xF3114F) is known color: Razzmatazz. HEX triplet: F3, 11 and 4F. RGB value is (243,17,79). Sum of RGB (Red+Green+Blue) = 243+17+79=339 (44% of max value = 765). Red value is 243 (95.31% from 255 or 71.68% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 243 - color contains mainly: red. Hex color #F3114F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3114F is #0CEEB0. Grayscale: #5B5B5B. Windows color (decimal): -847537 or 5181939. OLE color: 5181939.
HSL color Cylindrical-coordinate representation of color #F3114F: hue angle of 343.54º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F3114F is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 79 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.05 |
| HSL | 343.54º | 0.9% | 0.51% | - |
| HSV(B) | 343.54º | 0.93% | 0.95% | - |
| XYZ | 38.57 | 20.02 | 9.23 | - |
| YUV | 91.64 | 120.87 | 235.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 79 | 0 | 0.93 | 0.67 | 0.05 | 343.54 | 0.9 | 0.51 |
| Hex | F3 | 11 | 4F | 0 | 5D | 43 | 5 | 158 | 5A | 33 |
| Octal | 363 | 21 | 117 | 0 | 135 | 103 | 5 | 530 | 132 | 63 |
| Binary | 11110011 | 10001 | 1001111 | 0 | 1011101 | 1000011 | 101 | 101011000 | 1011010 | 110011 |
Color Harmonies of #F3114F
Complementary color
Monochromatic Colors of #F3114F
Black with #F3114F
Text Example
Text Example
White with #F3114F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3114F; }
p { color: rgb(243,17,79); }
H1.HeaderClassName
{
color: #F3114F;
}
.AnyTagClassName
{
color: #F3114F;
}
</style>
background-color css
<style>
a { background-color: #F3114F; }
a { background-color: rgb(243,17,79); }
div.DivClassName
{
background-color: #F3114F;
}
.BgClassName
{
background-color: #F3114F;
}
</style>
border-color css
<style>
span { border-color: #F3114F; }
span { border-color: rgb(243,17,79); }
td.TdClassName
{
border-color: #F3114F;
}
.TagClassName
{
border-color: #F3114F;
}
</style>