Shades of Razzmatazz #F10C5C
Tints of Razzmatazz #F10C5C
RGB
CMYK
RGB Variations
Color information
#F10C5C (or 0xF10C5C) is known color: Razzmatazz. HEX triplet: F1, 0C and 5C. RGB value is (241,12,92). Sum of RGB (Red+Green+Blue) = 241+12+92=345 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.86% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 241 - color contains mainly: red. Hex color #F10C5C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10C5C is #0EF3A3. Grayscale: #595959. Windows color (decimal): -979876 or 6032625. OLE color: 6032625.
HSL color Cylindrical-coordinate representation of color #F10C5C: hue angle of 339.04º 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 #F10C5C is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 12 | 92 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.05 |
| HSL | 339.04º | 0.91% | 0.5% | - |
| HSV(B) | 339.04º | 0.95% | 0.95% | - |
| XYZ | 38.34 | 19.74 | 11.91 | - |
| YUV | 89.59 | 129.37 | 236 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 12 | 92 | 0 | 0.95 | 0.62 | 0.05 | 339.04 | 0.91 | 0.5 |
| Hex | F1 | C | 5C | 0 | 5F | 3E | 5 | 153 | 5B | 32 |
| Octal | 361 | 14 | 134 | 0 | 137 | 76 | 5 | 523 | 133 | 62 |
| Binary | 11110001 | 1100 | 1011100 | 0 | 1011111 | 111110 | 101 | 101010011 | 1011011 | 110010 |
Color Harmonies of #F10C5C
Complementary color
Monochromatic Colors of #F10C5C
Black with #F10C5C
Text Example
Text Example
White with #F10C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10C5C; }
p { color: rgb(241,12,92); }
H1.HeaderClassName
{
color: #F10C5C;
}
.AnyTagClassName
{
color: #F10C5C;
}
</style>
background-color css
<style>
a { background-color: #F10C5C; }
a { background-color: rgb(241,12,92); }
div.DivClassName
{
background-color: #F10C5C;
}
.BgClassName
{
background-color: #F10C5C;
}
</style>
border-color css
<style>
span { border-color: #F10C5C; }
span { border-color: rgb(241,12,92); }
td.TdClassName
{
border-color: #F10C5C;
}
.TagClassName
{
border-color: #F10C5C;
}
</style>