Shades of Razzmatazz #F10350
Tints of Razzmatazz #F10350
RGB
CMYK
RGB Variations
Color information
#F10350 (or 0xF10350) is known color: Razzmatazz. HEX triplet: F1, 03 and 50. RGB value is (241,3,80). Sum of RGB (Red+Green+Blue) = 241+3+80=324 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.38% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 241 - color contains mainly: red. Hex color #F10350 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10350 is #0EFCAF. Grayscale: #525252. Windows color (decimal): -982192 or 5243889. OLE color: 5243889.
HSL color Cylindrical-coordinate representation of color #F10350: hue angle of 340.59º 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 #F10350 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 80 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.05 |
| HSL | 340.59º | 0.98% | 0.48% | - |
| HSV(B) | 340.59º | 0.99% | 0.95% | - |
| XYZ | 37.76 | 19.35 | 9.33 | - |
| YUV | 82.94 | 126.35 | 240.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 80 | 0 | 0.99 | 0.67 | 0.05 | 340.59 | 0.98 | 0.48 |
| Hex | F1 | 3 | 50 | 0 | 63 | 43 | 5 | 155 | 62 | 30 |
| Octal | 361 | 3 | 120 | 0 | 143 | 103 | 5 | 525 | 142 | 60 |
| Binary | 11110001 | 11 | 1010000 | 0 | 1100011 | 1000011 | 101 | 101010101 | 1100010 | 110000 |
Color Harmonies of #F10350
Complementary color
Monochromatic Colors of #F10350
Black with #F10350
Text Example
Text Example
White with #F10350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10350; }
p { color: rgb(241,3,80); }
H1.HeaderClassName
{
color: #F10350;
}
.AnyTagClassName
{
color: #F10350;
}
</style>
background-color css
<style>
a { background-color: #F10350; }
a { background-color: rgb(241,3,80); }
div.DivClassName
{
background-color: #F10350;
}
.BgClassName
{
background-color: #F10350;
}
</style>
border-color css
<style>
span { border-color: #F10350; }
span { border-color: rgb(241,3,80); }
td.TdClassName
{
border-color: #F10350;
}
.TagClassName
{
border-color: #F10350;
}
</style>