Shades of Razzmatazz #F8185A
Tints of Razzmatazz #F8185A
RGB
CMYK
RGB Variations
Color information
#F8185A (or 0xF8185A) is known color: Razzmatazz. HEX triplet: F8, 18 and 5A. RGB value is (248,24,90). Sum of RGB (Red+Green+Blue) = 248+24+90=362 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.51% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 248 - color contains mainly: red. Hex color #F8185A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8185A is #07E7A5. Grayscale: #626262. Windows color (decimal): -518054 or 5904632. OLE color: 5904632.
HSL color Cylindrical-coordinate representation of color #F8185A: hue angle of 342.32º 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 #F8185A is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 90 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.03 |
| HSL | 342.32º | 0.94% | 0.53% | - |
| HSV(B) | 342.32º | 0.9% | 0.97% | - |
| XYZ | 40.88 | 21.35 | 11.64 | - |
| YUV | 98.5 | 123.21 | 234.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 90 | 0 | 0.90 | 0.64 | 0.03 | 342.32 | 0.94 | 0.53 |
| Hex | F8 | 18 | 5A | 0 | 5A | 40 | 3 | 156 | 5E | 35 |
| Octal | 370 | 30 | 132 | 0 | 132 | 100 | 3 | 526 | 136 | 65 |
| Binary | 11111000 | 11000 | 1011010 | 0 | 1011010 | 1000000 | 11 | 101010110 | 1011110 | 110101 |
Color Harmonies of #F8185A
Complementary color
Monochromatic Colors of #F8185A
Black with #F8185A
Text Example
Text Example
White with #F8185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8185A; }
p { color: rgb(248,24,90); }
H1.HeaderClassName
{
color: #F8185A;
}
.AnyTagClassName
{
color: #F8185A;
}
</style>
background-color css
<style>
a { background-color: #F8185A; }
a { background-color: rgb(248,24,90); }
div.DivClassName
{
background-color: #F8185A;
}
.BgClassName
{
background-color: #F8185A;
}
</style>
border-color css
<style>
span { border-color: #F8185A; }
span { border-color: rgb(248,24,90); }
td.TdClassName
{
border-color: #F8185A;
}
.TagClassName
{
border-color: #F8185A;
}
</style>