Shades of Razzmatazz #F10D6B
Tints of Razzmatazz #F10D6B
RGB
CMYK
RGB Variations
Color information
#F10D6B (or 0xF10D6B) is known color: Razzmatazz. HEX triplet: F1, 0D and 6B. RGB value is (241,13,107). Sum of RGB (Red+Green+Blue) = 241+13+107=361 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.76% from 361); Green value is 13 (5.47% from 255 or 3.60% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 241 - color contains mainly: red. Hex color #F10D6B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10D6B is #0EF294. Grayscale: #5B5B5B. Windows color (decimal): -979605 or 7015921. OLE color: 7015921.
HSL color Cylindrical-coordinate representation of color #F10D6B: hue angle of 335.26º 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 #F10D6B is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 13 | 107 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.05 |
| HSL | 335.26º | 0.9% | 0.5% | - |
| HSV(B) | 335.26º | 0.95% | 0.95% | - |
| XYZ | 39.07 | 20.05 | 15.72 | - |
| YUV | 91.89 | 136.54 | 234.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 13 | 107 | 0 | 0.95 | 0.56 | 0.05 | 335.26 | 0.9 | 0.5 |
| Hex | F1 | D | 6B | 0 | 5F | 38 | 5 | 14F | 5A | 32 |
| Octal | 361 | 15 | 153 | 0 | 137 | 70 | 5 | 517 | 132 | 62 |
| Binary | 11110001 | 1101 | 1101011 | 0 | 1011111 | 111000 | 101 | 101001111 | 1011010 | 110010 |
Color Harmonies of #F10D6B
Complementary color
Monochromatic Colors of #F10D6B
Black with #F10D6B
Text Example
Text Example
White with #F10D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10D6B; }
p { color: rgb(241,13,107); }
H1.HeaderClassName
{
color: #F10D6B;
}
.AnyTagClassName
{
color: #F10D6B;
}
</style>
background-color css
<style>
a { background-color: #F10D6B; }
a { background-color: rgb(241,13,107); }
div.DivClassName
{
background-color: #F10D6B;
}
.BgClassName
{
background-color: #F10D6B;
}
</style>
border-color css
<style>
span { border-color: #F10D6B; }
span { border-color: rgb(241,13,107); }
td.TdClassName
{
border-color: #F10D6B;
}
.TagClassName
{
border-color: #F10D6B;
}
</style>