Shades of Razzmatazz #F10A6C
Tints of Razzmatazz #F10A6C
RGB
CMYK
RGB Variations
Color information
#F10A6C (or 0xF10A6C) is known color: Razzmatazz. HEX triplet: F1, 0A and 6C. RGB value is (241,10,108). Sum of RGB (Red+Green+Blue) = 241+10+108=359 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.13% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A6C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10A6C is #0EF593. Grayscale: #5A5A5A. Windows color (decimal): -980372 or 7080689. OLE color: 7080689.
HSL color Cylindrical-coordinate representation of color #F10A6C: hue angle of 334.55º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F10A6C is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 108 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.05 |
| HSL | 334.55º | 0.92% | 0.49% | - |
| HSV(B) | 334.55º | 0.96% | 0.95% | - |
| XYZ | 39.09 | 20 | 15.99 | - |
| YUV | 90.24 | 138.03 | 235.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 108 | 0 | 0.96 | 0.55 | 0.05 | 334.55 | 0.92 | 0.49 |
| Hex | F1 | A | 6C | 0 | 60 | 37 | 5 | 14F | 5C | 31 |
| Octal | 361 | 12 | 154 | 0 | 140 | 67 | 5 | 517 | 134 | 61 |
| Binary | 11110001 | 1010 | 1101100 | 0 | 1100000 | 110111 | 101 | 101001111 | 1011100 | 110001 |
Color Harmonies of #F10A6C
Complementary color
Monochromatic Colors of #F10A6C
Black with #F10A6C
Text Example
Text Example
White with #F10A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10A6C; }
p { color: rgb(241,10,108); }
H1.HeaderClassName
{
color: #F10A6C;
}
.AnyTagClassName
{
color: #F10A6C;
}
</style>
background-color css
<style>
a { background-color: #F10A6C; }
a { background-color: rgb(241,10,108); }
div.DivClassName
{
background-color: #F10A6C;
}
.BgClassName
{
background-color: #F10A6C;
}
</style>
border-color css
<style>
span { border-color: #F10A6C; }
span { border-color: rgb(241,10,108); }
td.TdClassName
{
border-color: #F10A6C;
}
.TagClassName
{
border-color: #F10A6C;
}
</style>