Shades of Razzmatazz #F81566
Tints of Razzmatazz #F81566
RGB
CMYK
RGB Variations
Color information
#F81566 (or 0xF81566) is known color: Razzmatazz. HEX triplet: F8, 15 and 66. RGB value is (248,21,102). Sum of RGB (Red+Green+Blue) = 248+21+102=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F81566 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81566 is #07EA99. Grayscale: #626262. Windows color (decimal): -518810 or 6690296. OLE color: 6690296.
HSL color Cylindrical-coordinate representation of color #F81566: hue angle of 338.59º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F81566 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 21 | 102 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.03 |
| HSL | 338.59º | 0.94% | 0.53% | - |
| HSV(B) | 338.59º | 0.92% | 0.97% | - |
| XYZ | 41.38 | 21.45 | 14.53 | - |
| YUV | 98.11 | 130.21 | 234.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 21 | 102 | 0 | 0.92 | 0.59 | 0.03 | 338.59 | 0.94 | 0.53 |
| Hex | F8 | 15 | 66 | 0 | 5C | 3B | 3 | 153 | 5E | 35 |
| Octal | 370 | 25 | 146 | 0 | 134 | 73 | 3 | 523 | 136 | 65 |
| Binary | 11111000 | 10101 | 1100110 | 0 | 1011100 | 111011 | 11 | 101010011 | 1011110 | 110101 |
Color Harmonies of #F81566
Complementary color
Monochromatic Colors of #F81566
Black with #F81566
Text Example
Text Example
White with #F81566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81566; }
p { color: rgb(248,21,102); }
H1.HeaderClassName
{
color: #F81566;
}
.AnyTagClassName
{
color: #F81566;
}
</style>
background-color css
<style>
a { background-color: #F81566; }
a { background-color: rgb(248,21,102); }
div.DivClassName
{
background-color: #F81566;
}
.BgClassName
{
background-color: #F81566;
}
</style>
border-color css
<style>
span { border-color: #F81566; }
span { border-color: rgb(248,21,102); }
td.TdClassName
{
border-color: #F81566;
}
.TagClassName
{
border-color: #F81566;
}
</style>