Shades of Razzmatazz #F1034E
Tints of Razzmatazz #F1034E
RGB
CMYK
RGB Variations
Color information
#F1034E (or 0xF1034E) is known color: Razzmatazz. HEX triplet: F1, 03 and 4E. RGB value is (241,3,78). Sum of RGB (Red+Green+Blue) = 241+3+78=322 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.84% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 241 - color contains mainly: red. Hex color #F1034E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1034E is #0EFCB1. Grayscale: #525252. Windows color (decimal): -982194 or 5112817. OLE color: 5112817.
HSL color Cylindrical-coordinate representation of color #F1034E: hue angle of 341.09º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F1034E is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 78 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.05 |
| HSL | 341.09º | 0.98% | 0.48% | - |
| HSV(B) | 341.09º | 0.99% | 0.95% | - |
| XYZ | 37.68 | 19.32 | 8.95 | - |
| YUV | 82.71 | 125.35 | 240.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 78 | 0 | 0.99 | 0.68 | 0.05 | 341.09 | 0.98 | 0.48 |
| Hex | F1 | 3 | 4E | 0 | 63 | 44 | 5 | 155 | 62 | 30 |
| Octal | 361 | 3 | 116 | 0 | 143 | 104 | 5 | 525 | 142 | 60 |
| Binary | 11110001 | 11 | 1001110 | 0 | 1100011 | 1000100 | 101 | 101010101 | 1100010 | 110000 |
Color Harmonies of #F1034E
Complementary color
Monochromatic Colors of #F1034E
Black with #F1034E
Text Example
Text Example
White with #F1034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1034E; }
p { color: rgb(241,3,78); }
H1.HeaderClassName
{
color: #F1034E;
}
.AnyTagClassName
{
color: #F1034E;
}
</style>
background-color css
<style>
a { background-color: #F1034E; }
a { background-color: rgb(241,3,78); }
div.DivClassName
{
background-color: #F1034E;
}
.BgClassName
{
background-color: #F1034E;
}
</style>
border-color css
<style>
span { border-color: #F1034E; }
span { border-color: rgb(241,3,78); }
td.TdClassName
{
border-color: #F1034E;
}
.TagClassName
{
border-color: #F1034E;
}
</style>