Shades of Razzmatazz #F10575
Tints of Razzmatazz #F10575
RGB
CMYK
RGB Variations
Color information
#F10575 (or 0xF10575) is known color: Razzmatazz. HEX triplet: F1, 05 and 75. RGB value is (241,5,117). Sum of RGB (Red+Green+Blue) = 241+5+117=363 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.39% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 241 - color contains mainly: red. Hex color #F10575 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10575 is #0EFA8A. Grayscale: #585858. Windows color (decimal): -981643 or 7669233. OLE color: 7669233.
HSL color Cylindrical-coordinate representation of color #F10575: hue angle of 331.53º 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 #F10575 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 117 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.05 |
| HSL | 331.53º | 0.96% | 0.48% | - |
| HSV(B) | 331.53º | 0.98% | 0.95% | - |
| XYZ | 39.54 | 20.09 | 18.62 | - |
| YUV | 88.33 | 144.19 | 236.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 117 | 0 | 0.98 | 0.51 | 0.05 | 331.53 | 0.96 | 0.48 |
| Hex | F1 | 5 | 75 | 0 | 62 | 33 | 5 | 14C | 60 | 30 |
| Octal | 361 | 5 | 165 | 0 | 142 | 63 | 5 | 514 | 140 | 60 |
| Binary | 11110001 | 101 | 1110101 | 0 | 1100010 | 110011 | 101 | 101001100 | 1100000 | 110000 |
Color Harmonies of #F10575
Complementary color
Monochromatic Colors of #F10575
Black with #F10575
Text Example
Text Example
White with #F10575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10575; }
p { color: rgb(241,5,117); }
H1.HeaderClassName
{
color: #F10575;
}
.AnyTagClassName
{
color: #F10575;
}
</style>
background-color css
<style>
a { background-color: #F10575; }
a { background-color: rgb(241,5,117); }
div.DivClassName
{
background-color: #F10575;
}
.BgClassName
{
background-color: #F10575;
}
</style>
border-color css
<style>
span { border-color: #F10575; }
span { border-color: rgb(241,5,117); }
td.TdClassName
{
border-color: #F10575;
}
.TagClassName
{
border-color: #F10575;
}
</style>