Shades of Razzmatazz #F10574
Tints of Razzmatazz #F10574
RGB
CMYK
RGB Variations
Color information
#F10574 (or 0xF10574) is known color: Razzmatazz. HEX triplet: F1, 05 and 74. RGB value is (241,5,116). Sum of RGB (Red+Green+Blue) = 241+5+116=362 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.57% from 362); Green value is 5 (2.34% from 255 or 1.38% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 241 - color contains mainly: red. Hex color #F10574 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10574 is #0EFA8B. Grayscale: #585858. Windows color (decimal): -981644 or 7603697. OLE color: 7603697.
HSL color Cylindrical-coordinate representation of color #F10574: hue angle of 331.78º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F10574 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 116 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.05 |
| HSL | 331.78º | 0.96% | 0.48% | - |
| HSV(B) | 331.78º | 0.98% | 0.95% | - |
| XYZ | 39.48 | 20.07 | 18.32 | - |
| YUV | 88.22 | 143.69 | 236.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 116 | 0 | 0.98 | 0.52 | 0.05 | 331.78 | 0.96 | 0.48 |
| Hex | F1 | 5 | 74 | 0 | 62 | 34 | 5 | 14C | 60 | 30 |
| Octal | 361 | 5 | 164 | 0 | 142 | 64 | 5 | 514 | 140 | 60 |
| Binary | 11110001 | 101 | 1110100 | 0 | 1100010 | 110100 | 101 | 101001100 | 1100000 | 110000 |
Color Harmonies of #F10574
Complementary color
Monochromatic Colors of #F10574
Black with #F10574
Text Example
Text Example
White with #F10574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10574; }
p { color: rgb(241,5,116); }
H1.HeaderClassName
{
color: #F10574;
}
.AnyTagClassName
{
color: #F10574;
}
</style>
background-color css
<style>
a { background-color: #F10574; }
a { background-color: rgb(241,5,116); }
div.DivClassName
{
background-color: #F10574;
}
.BgClassName
{
background-color: #F10574;
}
</style>
border-color css
<style>
span { border-color: #F10574; }
span { border-color: rgb(241,5,116); }
td.TdClassName
{
border-color: #F10574;
}
.TagClassName
{
border-color: #F10574;
}
</style>