Shades of Razzmatazz #F10275
Tints of Razzmatazz #F10275
RGB
CMYK
RGB Variations
Color information
#F10275 (or 0xF10275) is known color: Razzmatazz. HEX triplet: F1, 02 and 75. RGB value is (241,2,117). Sum of RGB (Red+Green+Blue) = 241+2+117=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F10275 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10275 is #0EFD8A. Grayscale: #565656. Windows color (decimal): -982411 or 7668465. OLE color: 7668465.
HSL color Cylindrical-coordinate representation of color #F10275: hue angle of 331.13º 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 #F10275 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 2 | 117 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.05 |
| HSL | 331.13º | 0.98% | 0.48% | - |
| HSV(B) | 331.13º | 0.99% | 0.95% | - |
| XYZ | 39.51 | 20.03 | 18.61 | - |
| YUV | 86.57 | 145.18 | 238.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 2 | 117 | 0 | 0.99 | 0.51 | 0.05 | 331.13 | 0.98 | 0.48 |
| Hex | F1 | 2 | 75 | 0 | 63 | 33 | 5 | 14B | 62 | 30 |
| Octal | 361 | 2 | 165 | 0 | 143 | 63 | 5 | 513 | 142 | 60 |
| Binary | 11110001 | 10 | 1110101 | 0 | 1100011 | 110011 | 101 | 101001011 | 1100010 | 110000 |
Color Harmonies of #F10275
Complementary color
Monochromatic Colors of #F10275
Black with #F10275
Text Example
Text Example
White with #F10275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10275; }
p { color: rgb(241,2,117); }
H1.HeaderClassName
{
color: #F10275;
}
.AnyTagClassName
{
color: #F10275;
}
</style>
background-color css
<style>
a { background-color: #F10275; }
a { background-color: rgb(241,2,117); }
div.DivClassName
{
background-color: #F10275;
}
.BgClassName
{
background-color: #F10275;
}
</style>
border-color css
<style>
span { border-color: #F10275; }
span { border-color: rgb(241,2,117); }
td.TdClassName
{
border-color: #F10275;
}
.TagClassName
{
border-color: #F10275;
}
</style>