Shades of Razzmatazz #F81352
Tints of Razzmatazz #F81352
RGB
CMYK
RGB Variations
Color information
#F81352 (or 0xF81352) is known color: Razzmatazz. HEX triplet: F8, 13 and 52. RGB value is (248,19,82). Sum of RGB (Red+Green+Blue) = 248+19+82=349 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.06% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 248 - color contains mainly: red. Hex color #F81352 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81352 is #07ECAD. Grayscale: #5E5E5E. Windows color (decimal): -519342 or 5379064. OLE color: 5379064.
HSL color Cylindrical-coordinate representation of color #F81352: hue angle of 343.49º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F81352 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 19 | 82 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.03 |
| HSL | 343.49º | 0.94% | 0.52% | - |
| HSV(B) | 343.49º | 0.92% | 0.97% | - |
| XYZ | 40.47 | 21.03 | 9.91 | - |
| YUV | 94.65 | 120.87 | 237.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 19 | 82 | 0 | 0.92 | 0.67 | 0.03 | 343.49 | 0.94 | 0.52 |
| Hex | F8 | 13 | 52 | 0 | 5C | 43 | 3 | 157 | 5E | 34 |
| Octal | 370 | 23 | 122 | 0 | 134 | 103 | 3 | 527 | 136 | 64 |
| Binary | 11111000 | 10011 | 1010010 | 0 | 1011100 | 1000011 | 11 | 101010111 | 1011110 | 110100 |
Color Harmonies of #F81352
Complementary color
Monochromatic Colors of #F81352
Black with #F81352
Text Example
Text Example
White with #F81352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81352; }
p { color: rgb(248,19,82); }
H1.HeaderClassName
{
color: #F81352;
}
.AnyTagClassName
{
color: #F81352;
}
</style>
background-color css
<style>
a { background-color: #F81352; }
a { background-color: rgb(248,19,82); }
div.DivClassName
{
background-color: #F81352;
}
.BgClassName
{
background-color: #F81352;
}
</style>
border-color css
<style>
span { border-color: #F81352; }
span { border-color: rgb(248,19,82); }
td.TdClassName
{
border-color: #F81352;
}
.TagClassName
{
border-color: #F81352;
}
</style>