Shades of Razzmatazz #F81264
Tints of Razzmatazz #F81264
RGB
CMYK
RGB Variations
Color information
#F81264 (or 0xF81264) is known color: Razzmatazz. HEX triplet: F8, 12 and 64. RGB value is (248,18,100). Sum of RGB (Red+Green+Blue) = 248+18+100=366 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.76% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 248 - color contains mainly: red. Hex color #F81264 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81264 is #07ED9B. Grayscale: #606060. Windows color (decimal): -519580 or 6558456. OLE color: 6558456.
HSL color Cylindrical-coordinate representation of color #F81264: hue angle of 338.61º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F81264 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 18 | 100 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.03 |
| HSL | 338.61º | 0.94% | 0.52% | - |
| HSV(B) | 338.61º | 0.93% | 0.97% | - |
| XYZ | 41.23 | 21.31 | 14 | - |
| YUV | 96.12 | 130.2 | 236.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 18 | 100 | 0 | 0.93 | 0.60 | 0.03 | 338.61 | 0.94 | 0.52 |
| Hex | F8 | 12 | 64 | 0 | 5D | 3C | 3 | 153 | 5E | 34 |
| Octal | 370 | 22 | 144 | 0 | 135 | 74 | 3 | 523 | 136 | 64 |
| Binary | 11111000 | 10010 | 1100100 | 0 | 1011101 | 111100 | 11 | 101010011 | 1011110 | 110100 |
Color Harmonies of #F81264
Complementary color
Monochromatic Colors of #F81264
Black with #F81264
Text Example
Text Example
White with #F81264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81264; }
p { color: rgb(248,18,100); }
H1.HeaderClassName
{
color: #F81264;
}
.AnyTagClassName
{
color: #F81264;
}
</style>
background-color css
<style>
a { background-color: #F81264; }
a { background-color: rgb(248,18,100); }
div.DivClassName
{
background-color: #F81264;
}
.BgClassName
{
background-color: #F81264;
}
</style>
border-color css
<style>
span { border-color: #F81264; }
span { border-color: rgb(248,18,100); }
td.TdClassName
{
border-color: #F81264;
}
.TagClassName
{
border-color: #F81264;
}
</style>