Shades of Razzmatazz #F10262
Tints of Razzmatazz #F10262
RGB
CMYK
RGB Variations
Color information
#F10262 (or 0xF10262) is known color: Razzmatazz. HEX triplet: F1, 02 and 62. RGB value is (241,2,98). Sum of RGB (Red+Green+Blue) = 241+2+98=341 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.67% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 241 - color contains mainly: red. Hex color #F10262 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10262 is #0EFD9D. Grayscale: #545454. Windows color (decimal): -982430 or 6423281. OLE color: 6423281.
HSL color Cylindrical-coordinate representation of color #F10262: hue angle of 335.9º 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 #F10262 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 2 | 98 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.05 |
| HSL | 335.9º | 0.98% | 0.48% | - |
| HSV(B) | 335.9º | 0.99% | 0.95% | - |
| XYZ | 38.5 | 19.63 | 13.31 | - |
| YUV | 84.41 | 135.68 | 239.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 2 | 98 | 0 | 0.99 | 0.59 | 0.05 | 335.9 | 0.98 | 0.48 |
| Hex | F1 | 2 | 62 | 0 | 63 | 3B | 5 | 150 | 62 | 30 |
| Octal | 361 | 2 | 142 | 0 | 143 | 73 | 5 | 520 | 142 | 60 |
| Binary | 11110001 | 10 | 1100010 | 0 | 1100011 | 111011 | 101 | 101010000 | 1100010 | 110000 |
Color Harmonies of #F10262
Complementary color
Monochromatic Colors of #F10262
Black with #F10262
Text Example
Text Example
White with #F10262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10262; }
p { color: rgb(241,2,98); }
H1.HeaderClassName
{
color: #F10262;
}
.AnyTagClassName
{
color: #F10262;
}
</style>
background-color css
<style>
a { background-color: #F10262; }
a { background-color: rgb(241,2,98); }
div.DivClassName
{
background-color: #F10262;
}
.BgClassName
{
background-color: #F10262;
}
</style>
border-color css
<style>
span { border-color: #F10262; }
span { border-color: rgb(241,2,98); }
td.TdClassName
{
border-color: #F10262;
}
.TagClassName
{
border-color: #F10262;
}
</style>