Shades of Razzmatazz #F10055
Tints of Razzmatazz #F10055
RGB
CMYK
RGB Variations
Color information
#F10055 (or 0xF10055) is known color: Razzmatazz. HEX triplet: F1, 00 and 55. RGB value is (241,0,85). Sum of RGB (Red+Green+Blue) = 241+0+85=326 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.93% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 241 - color contains mainly: red. Hex color #F10055 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10055 is #0EFFAA. Grayscale: #515151. Windows color (decimal): -982955 or 5570801. OLE color: 5570801.
HSL color Cylindrical-coordinate representation of color #F10055: hue angle of 338.84º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F10055 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 85 | - |
| CMYK | 0 | 1 | 0.65 | 0.05 |
| HSL | 338.84º | 1% | 0.47% | - |
| HSV(B) | 338.84º | 1% | 0.95% | - |
| XYZ | 37.92 | 19.36 | 10.33 | - |
| YUV | 81.75 | 129.84 | 241.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 85 | 0 | 1 | 0.65 | 0.05 | 338.84 | 1 | 0.47 |
| Hex | F1 | 0 | 55 | 0 | 64 | 41 | 5 | 153 | 64 | 2F |
| Octal | 361 | 0 | 125 | 0 | 144 | 101 | 5 | 523 | 144 | 57 |
| Binary | 11110001 | 0 | 1010101 | 0 | 1100100 | 1000001 | 101 | 101010011 | 1100100 | 101111 |
Color Harmonies of #F10055
Complementary color
Monochromatic Colors of #F10055
Black with #F10055
Text Example
Text Example
White with #F10055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10055; }
p { color: rgb(241,0,85); }
H1.HeaderClassName
{
color: #F10055;
}
.AnyTagClassName
{
color: #F10055;
}
</style>
background-color css
<style>
a { background-color: #F10055; }
a { background-color: rgb(241,0,85); }
div.DivClassName
{
background-color: #F10055;
}
.BgClassName
{
background-color: #F10055;
}
</style>
border-color css
<style>
span { border-color: #F10055; }
span { border-color: rgb(241,0,85); }
td.TdClassName
{
border-color: #F10055;
}
.TagClassName
{
border-color: #F10055;
}
</style>