Shades of Razzmatazz #F81260
Tints of Razzmatazz #F81260
RGB
CMYK
RGB Variations
Color information
#F81260 (or 0xF81260) is known color: Razzmatazz. HEX triplet: F8, 12 and 60. RGB value is (248,18,96). Sum of RGB (Red+Green+Blue) = 248+18+96=362 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.51% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 248 - color contains mainly: red. Hex color #F81260 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81260 is #07ED9F. Grayscale: #5F5F5F. Windows color (decimal): -519584 or 6296312. OLE color: 6296312.
HSL color Cylindrical-coordinate representation of color #F81260: hue angle of 339.65º 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 #F81260 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 18 | 96 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.03 |
| HSL | 339.65º | 0.94% | 0.52% | - |
| HSV(B) | 339.65º | 0.93% | 0.97% | - |
| XYZ | 41.04 | 21.23 | 13 | - |
| YUV | 95.66 | 128.2 | 236.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 18 | 96 | 0 | 0.93 | 0.61 | 0.03 | 339.65 | 0.94 | 0.52 |
| Hex | F8 | 12 | 60 | 0 | 5D | 3D | 3 | 154 | 5E | 34 |
| Octal | 370 | 22 | 140 | 0 | 135 | 75 | 3 | 524 | 136 | 64 |
| Binary | 11111000 | 10010 | 1100000 | 0 | 1011101 | 111101 | 11 | 101010100 | 1011110 | 110100 |
Color Harmonies of #F81260
Complementary color
Monochromatic Colors of #F81260
Black with #F81260
Text Example
Text Example
White with #F81260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81260; }
p { color: rgb(248,18,96); }
H1.HeaderClassName
{
color: #F81260;
}
.AnyTagClassName
{
color: #F81260;
}
</style>
background-color css
<style>
a { background-color: #F81260; }
a { background-color: rgb(248,18,96); }
div.DivClassName
{
background-color: #F81260;
}
.BgClassName
{
background-color: #F81260;
}
</style>
border-color css
<style>
span { border-color: #F81260; }
span { border-color: rgb(248,18,96); }
td.TdClassName
{
border-color: #F81260;
}
.TagClassName
{
border-color: #F81260;
}
</style>