Shades of Razzmatazz #F10A65
Tints of Razzmatazz #F10A65
RGB
CMYK
RGB Variations
Color information
#F10A65 (or 0xF10A65) is known color: Razzmatazz. HEX triplet: F1, 0A and 65. RGB value is (241,10,101). Sum of RGB (Red+Green+Blue) = 241+10+101=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A65 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10A65 is #0EF59A. Grayscale: #595959. Windows color (decimal): -980379 or 6621937. OLE color: 6621937.
HSL color Cylindrical-coordinate representation of color #F10A65: hue angle of 336.36º 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 #F10A65 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 101 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.05 |
| HSL | 336.36º | 0.92% | 0.49% | - |
| HSV(B) | 336.36º | 0.96% | 0.95% | - |
| XYZ | 38.73 | 19.86 | 14.1 | - |
| YUV | 89.44 | 134.53 | 236.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 101 | 0 | 0.96 | 0.58 | 0.05 | 336.36 | 0.92 | 0.49 |
| Hex | F1 | A | 65 | 0 | 60 | 3A | 5 | 150 | 5C | 31 |
| Octal | 361 | 12 | 145 | 0 | 140 | 72 | 5 | 520 | 134 | 61 |
| Binary | 11110001 | 1010 | 1100101 | 0 | 1100000 | 111010 | 101 | 101010000 | 1011100 | 110001 |
Color Harmonies of #F10A65
Complementary color
Monochromatic Colors of #F10A65
Black with #F10A65
Text Example
Text Example
White with #F10A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10A65; }
p { color: rgb(241,10,101); }
H1.HeaderClassName
{
color: #F10A65;
}
.AnyTagClassName
{
color: #F10A65;
}
</style>
background-color css
<style>
a { background-color: #F10A65; }
a { background-color: rgb(241,10,101); }
div.DivClassName
{
background-color: #F10A65;
}
.BgClassName
{
background-color: #F10A65;
}
</style>
border-color css
<style>
span { border-color: #F10A65; }
span { border-color: rgb(241,10,101); }
td.TdClassName
{
border-color: #F10A65;
}
.TagClassName
{
border-color: #F10A65;
}
</style>