Shades of Razzmatazz #F8036B
Tints of Razzmatazz #F8036B
RGB
CMYK
RGB Variations
Color information
#F8036B (or 0xF8036B) is known color: Razzmatazz. HEX triplet: F8, 03 and 6B. RGB value is (248,3,107). Sum of RGB (Red+Green+Blue) = 248+3+107=358 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.27% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 248 - color contains mainly: red. Hex color #F8036B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8036B is #07FC94. Grayscale: #575757. Windows color (decimal): -523413 or 7013368. OLE color: 7013368.
HSL color Cylindrical-coordinate representation of color #F8036B: hue angle of 334.53º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F8036B is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 107 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.03 |
| HSL | 334.53º | 0.98% | 0.49% | - |
| HSV(B) | 334.53º | 0.99% | 0.97% | - |
| XYZ | 41.4 | 21.08 | 15.8 | - |
| YUV | 88.11 | 138.67 | 242.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 107 | 0 | 0.99 | 0.57 | 0.03 | 334.53 | 0.98 | 0.49 |
| Hex | F8 | 3 | 6B | 0 | 63 | 39 | 3 | 14F | 62 | 31 |
| Octal | 370 | 3 | 153 | 0 | 143 | 71 | 3 | 517 | 142 | 61 |
| Binary | 11111000 | 11 | 1101011 | 0 | 1100011 | 111001 | 11 | 101001111 | 1100010 | 110001 |
Color Harmonies of #F8036B
Complementary color
Monochromatic Colors of #F8036B
Black with #F8036B
Text Example
Text Example
White with #F8036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8036B; }
p { color: rgb(248,3,107); }
H1.HeaderClassName
{
color: #F8036B;
}
.AnyTagClassName
{
color: #F8036B;
}
</style>
background-color css
<style>
a { background-color: #F8036B; }
a { background-color: rgb(248,3,107); }
div.DivClassName
{
background-color: #F8036B;
}
.BgClassName
{
background-color: #F8036B;
}
</style>
border-color css
<style>
span { border-color: #F8036B; }
span { border-color: rgb(248,3,107); }
td.TdClassName
{
border-color: #F8036B;
}
.TagClassName
{
border-color: #F8036B;
}
</style>