Shades of Razzmatazz #F0035B
Tints of Razzmatazz #F0035B
RGB
CMYK
RGB Variations
Color information
#F0035B (or 0xF0035B) is known color: Razzmatazz. HEX triplet: F0, 03 and 5B. RGB value is (240,3,91). Sum of RGB (Red+Green+Blue) = 240+3+91=334 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.86% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 240 - color contains mainly: red. Hex color #F0035B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0035B is #0FFCA4. Grayscale: #535353. Windows color (decimal): -1047717 or 5964784. OLE color: 5964784.
HSL color Cylindrical-coordinate representation of color #F0035B: hue angle of 337.72º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0035B is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 91 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.06 |
| HSL | 337.72º | 0.98% | 0.48% | - |
| HSV(B) | 337.72º | 0.99% | 0.94% | - |
| XYZ | 37.86 | 19.35 | 11.64 | - |
| YUV | 83.9 | 132.02 | 239.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 91 | 0 | 0.99 | 0.62 | 0.06 | 337.72 | 0.98 | 0.48 |
| Hex | F0 | 3 | 5B | 0 | 63 | 3E | 6 | 152 | 62 | 30 |
| Octal | 360 | 3 | 133 | 0 | 143 | 76 | 6 | 522 | 142 | 60 |
| Binary | 11110000 | 11 | 1011011 | 0 | 1100011 | 111110 | 110 | 101010010 | 1100010 | 110000 |
Color Harmonies of #F0035B
Complementary color
Monochromatic Colors of #F0035B
Black with #F0035B
Text Example
Text Example
White with #F0035B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0035B; }
p { color: rgb(240,3,91); }
H1.HeaderClassName
{
color: #F0035B;
}
.AnyTagClassName
{
color: #F0035B;
}
</style>
background-color css
<style>
a { background-color: #F0035B; }
a { background-color: rgb(240,3,91); }
div.DivClassName
{
background-color: #F0035B;
}
.BgClassName
{
background-color: #F0035B;
}
</style>
border-color css
<style>
span { border-color: #F0035B; }
span { border-color: rgb(240,3,91); }
td.TdClassName
{
border-color: #F0035B;
}
.TagClassName
{
border-color: #F0035B;
}
</style>