Shades of Razzmatazz #F10F5C
Tints of Razzmatazz #F10F5C
RGB
CMYK
RGB Variations
Color information
#F10F5C (or 0xF10F5C) is known color: Razzmatazz. HEX triplet: F1, 0F and 5C. RGB value is (241,15,92). Sum of RGB (Red+Green+Blue) = 241+15+92=348 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.25% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 241 - color contains mainly: red. Hex color #F10F5C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10F5C is #0EF0A3. Grayscale: #5B5B5B. Windows color (decimal): -979108 or 6033393. OLE color: 6033393.
HSL color Cylindrical-coordinate representation of color #F10F5C: hue angle of 339.56º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10F5C is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 92 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.05 |
| HSL | 339.56º | 0.89% | 0.5% | - |
| HSV(B) | 339.56º | 0.94% | 0.95% | - |
| XYZ | 38.38 | 19.82 | 11.93 | - |
| YUV | 91.35 | 128.37 | 234.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 92 | 0 | 0.94 | 0.62 | 0.05 | 339.56 | 0.89 | 0.5 |
| Hex | F1 | F | 5C | 0 | 5E | 3E | 5 | 154 | 59 | 32 |
| Octal | 361 | 17 | 134 | 0 | 136 | 76 | 5 | 524 | 131 | 62 |
| Binary | 11110001 | 1111 | 1011100 | 0 | 1011110 | 111110 | 101 | 101010100 | 1011001 | 110010 |
Color Harmonies of #F10F5C
Complementary color
Monochromatic Colors of #F10F5C
Black with #F10F5C
Text Example
Text Example
White with #F10F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10F5C; }
p { color: rgb(241,15,92); }
H1.HeaderClassName
{
color: #F10F5C;
}
.AnyTagClassName
{
color: #F10F5C;
}
</style>
background-color css
<style>
a { background-color: #F10F5C; }
a { background-color: rgb(241,15,92); }
div.DivClassName
{
background-color: #F10F5C;
}
.BgClassName
{
background-color: #F10F5C;
}
</style>
border-color css
<style>
span { border-color: #F10F5C; }
span { border-color: rgb(241,15,92); }
td.TdClassName
{
border-color: #F10F5C;
}
.TagClassName
{
border-color: #F10F5C;
}
</style>