Shades of Razzmatazz #F10C70
Tints of Razzmatazz #F10C70
RGB
CMYK
RGB Variations
Color information
#F10C70 (or 0xF10C70) is known color: Razzmatazz. HEX triplet: F1, 0C and 70. RGB value is (241,12,112). Sum of RGB (Red+Green+Blue) = 241+12+112=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F10C70 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10C70 is #0EF38F. Grayscale: #5B5B5B. Windows color (decimal): -979856 or 7343345. OLE color: 7343345.
HSL color Cylindrical-coordinate representation of color #F10C70: hue angle of 333.8º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10C70 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 12 | 112 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.05 |
| HSL | 333.8º | 0.91% | 0.5% | - |
| HSV(B) | 333.8º | 0.95% | 0.95% | - |
| XYZ | 39.33 | 20.13 | 17.14 | - |
| YUV | 91.87 | 139.37 | 234.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 12 | 112 | 0 | 0.95 | 0.54 | 0.05 | 333.8 | 0.91 | 0.5 |
| Hex | F1 | C | 70 | 0 | 5F | 36 | 5 | 14E | 5B | 32 |
| Octal | 361 | 14 | 160 | 0 | 137 | 66 | 5 | 516 | 133 | 62 |
| Binary | 11110001 | 1100 | 1110000 | 0 | 1011111 | 110110 | 101 | 101001110 | 1011011 | 110010 |
Color Harmonies of #F10C70
Complementary color
Monochromatic Colors of #F10C70
Black with #F10C70
Text Example
Text Example
White with #F10C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10C70; }
p { color: rgb(241,12,112); }
H1.HeaderClassName
{
color: #F10C70;
}
.AnyTagClassName
{
color: #F10C70;
}
</style>
background-color css
<style>
a { background-color: #F10C70; }
a { background-color: rgb(241,12,112); }
div.DivClassName
{
background-color: #F10C70;
}
.BgClassName
{
background-color: #F10C70;
}
</style>
border-color css
<style>
span { border-color: #F10C70; }
span { border-color: rgb(241,12,112); }
td.TdClassName
{
border-color: #F10C70;
}
.TagClassName
{
border-color: #F10C70;
}
</style>