Shades of Razzmatazz #F81655
Tints of Razzmatazz #F81655
RGB
CMYK
RGB Variations
Color information
#F81655 (or 0xF81655) is known color: Razzmatazz. HEX triplet: F8, 16 and 55. RGB value is (248,22,85). Sum of RGB (Red+Green+Blue) = 248+22+85=355 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.86% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 248 - color contains mainly: red. Hex color #F81655 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81655 is #07E9AA. Grayscale: #606060. Windows color (decimal): -518571 or 5576440. OLE color: 5576440.
HSL color Cylindrical-coordinate representation of color #F81655: hue angle of 343.27º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F81655 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 85 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.03 |
| HSL | 343.27º | 0.94% | 0.53% | - |
| HSV(B) | 343.27º | 0.91% | 0.97% | - |
| XYZ | 40.64 | 21.19 | 10.54 | - |
| YUV | 96.76 | 121.37 | 235.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 85 | 0 | 0.91 | 0.66 | 0.03 | 343.27 | 0.94 | 0.53 |
| Hex | F8 | 16 | 55 | 0 | 5B | 42 | 3 | 157 | 5E | 35 |
| Octal | 370 | 26 | 125 | 0 | 133 | 102 | 3 | 527 | 136 | 65 |
| Binary | 11111000 | 10110 | 1010101 | 0 | 1011011 | 1000010 | 11 | 101010111 | 1011110 | 110101 |
Color Harmonies of #F81655
Complementary color
Monochromatic Colors of #F81655
Black with #F81655
Text Example
Text Example
White with #F81655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81655; }
p { color: rgb(248,22,85); }
H1.HeaderClassName
{
color: #F81655;
}
.AnyTagClassName
{
color: #F81655;
}
</style>
background-color css
<style>
a { background-color: #F81655; }
a { background-color: rgb(248,22,85); }
div.DivClassName
{
background-color: #F81655;
}
.BgClassName
{
background-color: #F81655;
}
</style>
border-color css
<style>
span { border-color: #F81655; }
span { border-color: rgb(248,22,85); }
td.TdClassName
{
border-color: #F81655;
}
.TagClassName
{
border-color: #F81655;
}
</style>