Shades of Razzmatazz #F8125D
Tints of Razzmatazz #F8125D
RGB
CMYK
RGB Variations
Color information
#F8125D (or 0xF8125D) is known color: Razzmatazz. HEX triplet: F8, 12 and 5D. RGB value is (248,18,93). Sum of RGB (Red+Green+Blue) = 248+18+93=359 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.08% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 248 - color contains mainly: red. Hex color #F8125D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8125D is #07EDA2. Grayscale: #5F5F5F. Windows color (decimal): -519587 or 6099704. OLE color: 6099704.
HSL color Cylindrical-coordinate representation of color #F8125D: hue angle of 340.43º 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 #F8125D is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 18 | 93 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.03 |
| HSL | 340.43º | 0.94% | 0.52% | - |
| HSV(B) | 340.43º | 0.93% | 0.97% | - |
| XYZ | 40.9 | 21.18 | 12.29 | - |
| YUV | 95.32 | 126.7 | 236.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 18 | 93 | 0 | 0.93 | 0.62 | 0.03 | 340.43 | 0.94 | 0.52 |
| Hex | F8 | 12 | 5D | 0 | 5D | 3E | 3 | 154 | 5E | 34 |
| Octal | 370 | 22 | 135 | 0 | 135 | 76 | 3 | 524 | 136 | 64 |
| Binary | 11111000 | 10010 | 1011101 | 0 | 1011101 | 111110 | 11 | 101010100 | 1011110 | 110100 |
Color Harmonies of #F8125D
Complementary color
Monochromatic Colors of #F8125D
Black with #F8125D
Text Example
Text Example
White with #F8125D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8125D; }
p { color: rgb(248,18,93); }
H1.HeaderClassName
{
color: #F8125D;
}
.AnyTagClassName
{
color: #F8125D;
}
</style>
background-color css
<style>
a { background-color: #F8125D; }
a { background-color: rgb(248,18,93); }
div.DivClassName
{
background-color: #F8125D;
}
.BgClassName
{
background-color: #F8125D;
}
</style>
border-color css
<style>
span { border-color: #F8125D; }
span { border-color: rgb(248,18,93); }
td.TdClassName
{
border-color: #F8125D;
}
.TagClassName
{
border-color: #F8125D;
}
</style>