Shades of Razzmatazz #F3115C
Tints of Razzmatazz #F3115C
RGB
CMYK
RGB Variations
Color information
#F3115C (or 0xF3115C) is known color: Razzmatazz. HEX triplet: F3, 11 and 5C. RGB value is (243,17,92). Sum of RGB (Red+Green+Blue) = 243+17+92=352 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.03% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 243 - color contains mainly: red. Hex color #F3115C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3115C is #0CEEA3. Grayscale: #5D5D5D. Windows color (decimal): -847524 or 6033907. OLE color: 6033907.
HSL color Cylindrical-coordinate representation of color #F3115C: hue angle of 340.09º 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 #F3115C is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 92 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.05 |
| HSL | 340.09º | 0.9% | 0.51% | - |
| HSV(B) | 340.09º | 0.93% | 0.95% | - |
| XYZ | 39.09 | 20.23 | 11.97 | - |
| YUV | 93.12 | 127.37 | 234.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 92 | 0 | 0.93 | 0.62 | 0.05 | 340.09 | 0.9 | 0.51 |
| Hex | F3 | 11 | 5C | 0 | 5D | 3E | 5 | 154 | 5A | 33 |
| Octal | 363 | 21 | 134 | 0 | 135 | 76 | 5 | 524 | 132 | 63 |
| Binary | 11110011 | 10001 | 1011100 | 0 | 1011101 | 111110 | 101 | 101010100 | 1011010 | 110011 |
Color Harmonies of #F3115C
Complementary color
Monochromatic Colors of #F3115C
Black with #F3115C
Text Example
Text Example
White with #F3115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3115C; }
p { color: rgb(243,17,92); }
H1.HeaderClassName
{
color: #F3115C;
}
.AnyTagClassName
{
color: #F3115C;
}
</style>
background-color css
<style>
a { background-color: #F3115C; }
a { background-color: rgb(243,17,92); }
div.DivClassName
{
background-color: #F3115C;
}
.BgClassName
{
background-color: #F3115C;
}
</style>
border-color css
<style>
span { border-color: #F3115C; }
span { border-color: rgb(243,17,92); }
td.TdClassName
{
border-color: #F3115C;
}
.TagClassName
{
border-color: #F3115C;
}
</style>