Shades of Razzmatazz #F10D6A
Tints of Razzmatazz #F10D6A
RGB
CMYK
RGB Variations
Color information
#F10D6A (or 0xF10D6A) is known color: Razzmatazz. HEX triplet: F1, 0D and 6A. RGB value is (241,13,106). Sum of RGB (Red+Green+Blue) = 241+13+106=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 13 (5.47% from 255 or 3.61% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F10D6A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10D6A is #0EF295. Grayscale: #5B5B5B. Windows color (decimal): -979606 or 6950385. OLE color: 6950385.
HSL color Cylindrical-coordinate representation of color #F10D6A: hue angle of 335.53º degrees, saturation: 0.9, 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 #F10D6A is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 13 | 106 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.05 |
| HSL | 335.53º | 0.9% | 0.5% | - |
| HSV(B) | 335.53º | 0.95% | 0.95% | - |
| XYZ | 39.02 | 20.03 | 15.45 | - |
| YUV | 91.77 | 136.04 | 234.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 13 | 106 | 0 | 0.95 | 0.56 | 0.05 | 335.53 | 0.9 | 0.5 |
| Hex | F1 | D | 6A | 0 | 5F | 38 | 5 | 150 | 5A | 32 |
| Octal | 361 | 15 | 152 | 0 | 137 | 70 | 5 | 520 | 132 | 62 |
| Binary | 11110001 | 1101 | 1101010 | 0 | 1011111 | 111000 | 101 | 101010000 | 1011010 | 110010 |
Color Harmonies of #F10D6A
Complementary color
Monochromatic Colors of #F10D6A
Black with #F10D6A
Text Example
Text Example
White with #F10D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10D6A; }
p { color: rgb(241,13,106); }
H1.HeaderClassName
{
color: #F10D6A;
}
.AnyTagClassName
{
color: #F10D6A;
}
</style>
background-color css
<style>
a { background-color: #F10D6A; }
a { background-color: rgb(241,13,106); }
div.DivClassName
{
background-color: #F10D6A;
}
.BgClassName
{
background-color: #F10D6A;
}
</style>
border-color css
<style>
span { border-color: #F10D6A; }
span { border-color: rgb(241,13,106); }
td.TdClassName
{
border-color: #F10D6A;
}
.TagClassName
{
border-color: #F10D6A;
}
</style>