Shades of Razzmatazz #F8185F
Tints of Razzmatazz #F8185F
RGB
CMYK
RGB Variations
Color information
#F8185F (or 0xF8185F) is known color: Razzmatazz. HEX triplet: F8, 18 and 5F. RGB value is (248,24,95). Sum of RGB (Red+Green+Blue) = 248+24+95=367 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.57% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 248 - color contains mainly: red. Hex color #F8185F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8185F is #07E7A0. Grayscale: #636363. Windows color (decimal): -518049 or 6232312. OLE color: 6232312.
HSL color Cylindrical-coordinate representation of color #F8185F: hue angle of 340.98º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8185F is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 95 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.03 |
| HSL | 340.98º | 0.94% | 0.53% | - |
| HSV(B) | 340.98º | 0.9% | 0.97% | - |
| XYZ | 41.1 | 21.44 | 12.8 | - |
| YUV | 99.07 | 125.71 | 234.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 95 | 0 | 0.90 | 0.62 | 0.03 | 340.98 | 0.94 | 0.53 |
| Hex | F8 | 18 | 5F | 0 | 5A | 3E | 3 | 155 | 5E | 35 |
| Octal | 370 | 30 | 137 | 0 | 132 | 76 | 3 | 525 | 136 | 65 |
| Binary | 11111000 | 11000 | 1011111 | 0 | 1011010 | 111110 | 11 | 101010101 | 1011110 | 110101 |
Color Harmonies of #F8185F
Complementary color
Monochromatic Colors of #F8185F
Black with #F8185F
Text Example
Text Example
White with #F8185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8185F; }
p { color: rgb(248,24,95); }
H1.HeaderClassName
{
color: #F8185F;
}
.AnyTagClassName
{
color: #F8185F;
}
</style>
background-color css
<style>
a { background-color: #F8185F; }
a { background-color: rgb(248,24,95); }
div.DivClassName
{
background-color: #F8185F;
}
.BgClassName
{
background-color: #F8185F;
}
</style>
border-color css
<style>
span { border-color: #F8185F; }
span { border-color: rgb(248,24,95); }
td.TdClassName
{
border-color: #F8185F;
}
.TagClassName
{
border-color: #F8185F;
}
</style>