Shades of Razzmatazz #F3115A
Tints of Razzmatazz #F3115A
RGB
CMYK
RGB Variations
Color information
#F3115A (or 0xF3115A) is known color: Razzmatazz. HEX triplet: F3, 11 and 5A. RGB value is (243,17,90). Sum of RGB (Red+Green+Blue) = 243+17+90=350 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.43% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 243 - color contains mainly: red. Hex color #F3115A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3115A is #0CEEA5. Grayscale: #5C5C5C. Windows color (decimal): -847526 or 5902835. OLE color: 5902835.
HSL color Cylindrical-coordinate representation of color #F3115A: hue angle of 340.62º 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 #F3115A is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 90 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.05 |
| HSL | 340.62º | 0.9% | 0.51% | - |
| HSV(B) | 340.62º | 0.93% | 0.95% | - |
| XYZ | 39.01 | 20.19 | 11.51 | - |
| YUV | 92.9 | 126.37 | 235.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 90 | 0 | 0.93 | 0.63 | 0.05 | 340.62 | 0.9 | 0.51 |
| Hex | F3 | 11 | 5A | 0 | 5D | 3F | 5 | 155 | 5A | 33 |
| Octal | 363 | 21 | 132 | 0 | 135 | 77 | 5 | 525 | 132 | 63 |
| Binary | 11110011 | 10001 | 1011010 | 0 | 1011101 | 111111 | 101 | 101010101 | 1011010 | 110011 |
Color Harmonies of #F3115A
Complementary color
Monochromatic Colors of #F3115A
Black with #F3115A
Text Example
Text Example
White with #F3115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3115A; }
p { color: rgb(243,17,90); }
H1.HeaderClassName
{
color: #F3115A;
}
.AnyTagClassName
{
color: #F3115A;
}
</style>
background-color css
<style>
a { background-color: #F3115A; }
a { background-color: rgb(243,17,90); }
div.DivClassName
{
background-color: #F3115A;
}
.BgClassName
{
background-color: #F3115A;
}
</style>
border-color css
<style>
span { border-color: #F3115A; }
span { border-color: rgb(243,17,90); }
td.TdClassName
{
border-color: #F3115A;
}
.TagClassName
{
border-color: #F3115A;
}
</style>