Shades of Razzmatazz #F10A67
Tints of Razzmatazz #F10A67
RGB
CMYK
RGB Variations
Color information
#F10A67 (or 0xF10A67) is known color: Razzmatazz. HEX triplet: F1, 0A and 67. RGB value is (241,10,103). Sum of RGB (Red+Green+Blue) = 241+10+103=354 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.08% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 103 (40.62% from 255 or 29.10% from 354); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A67 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10A67 is #0EF598. Grayscale: #595959. Windows color (decimal): -980377 or 6753009. OLE color: 6753009.
HSL color Cylindrical-coordinate representation of color #F10A67: hue angle of 335.84º 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 #F10A67 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 103 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.05 |
| HSL | 335.84º | 0.92% | 0.49% | - |
| HSV(B) | 335.84º | 0.96% | 0.95% | - |
| XYZ | 38.83 | 19.9 | 14.63 | - |
| YUV | 89.67 | 135.53 | 235.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 103 | 0 | 0.96 | 0.57 | 0.05 | 335.84 | 0.92 | 0.49 |
| Hex | F1 | A | 67 | 0 | 60 | 39 | 5 | 150 | 5C | 31 |
| Octal | 361 | 12 | 147 | 0 | 140 | 71 | 5 | 520 | 134 | 61 |
| Binary | 11110001 | 1010 | 1100111 | 0 | 1100000 | 111001 | 101 | 101010000 | 1011100 | 110001 |
Color Harmonies of #F10A67
Complementary color
Monochromatic Colors of #F10A67
Black with #F10A67
Text Example
Text Example
White with #F10A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10A67; }
p { color: rgb(241,10,103); }
H1.HeaderClassName
{
color: #F10A67;
}
.AnyTagClassName
{
color: #F10A67;
}
</style>
background-color css
<style>
a { background-color: #F10A67; }
a { background-color: rgb(241,10,103); }
div.DivClassName
{
background-color: #F10A67;
}
.BgClassName
{
background-color: #F10A67;
}
</style>
border-color css
<style>
span { border-color: #F10A67; }
span { border-color: rgb(241,10,103); }
td.TdClassName
{
border-color: #F10A67;
}
.TagClassName
{
border-color: #F10A67;
}
</style>