Shades of Razzmatazz #F0035C
Tints of Razzmatazz #F0035C
RGB
CMYK
RGB Variations
Color information
#F0035C (or 0xF0035C) is known color: Razzmatazz. HEX triplet: F0, 03 and 5C. RGB value is (240,3,92). Sum of RGB (Red+Green+Blue) = 240+3+92=335 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.64% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 240 - color contains mainly: red. Hex color #F0035C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0035C is #0FFCA3. Grayscale: #535353. Windows color (decimal): -1047716 or 6030320. OLE color: 6030320.
HSL color Cylindrical-coordinate representation of color #F0035C: hue angle of 337.47º 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 #F0035C is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 92 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.06 |
| HSL | 337.47º | 0.98% | 0.48% | - |
| HSV(B) | 337.47º | 0.99% | 0.94% | - |
| XYZ | 37.9 | 19.36 | 11.87 | - |
| YUV | 84.01 | 132.52 | 239.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 92 | 0 | 0.99 | 0.62 | 0.06 | 337.47 | 0.98 | 0.48 |
| Hex | F0 | 3 | 5C | 0 | 63 | 3E | 6 | 151 | 62 | 30 |
| Octal | 360 | 3 | 134 | 0 | 143 | 76 | 6 | 521 | 142 | 60 |
| Binary | 11110000 | 11 | 1011100 | 0 | 1100011 | 111110 | 110 | 101010001 | 1100010 | 110000 |
Color Harmonies of #F0035C
Complementary color
Monochromatic Colors of #F0035C
Black with #F0035C
Text Example
Text Example
White with #F0035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0035C; }
p { color: rgb(240,3,92); }
H1.HeaderClassName
{
color: #F0035C;
}
.AnyTagClassName
{
color: #F0035C;
}
</style>
background-color css
<style>
a { background-color: #F0035C; }
a { background-color: rgb(240,3,92); }
div.DivClassName
{
background-color: #F0035C;
}
.BgClassName
{
background-color: #F0035C;
}
</style>
border-color css
<style>
span { border-color: #F0035C; }
span { border-color: rgb(240,3,92); }
td.TdClassName
{
border-color: #F0035C;
}
.TagClassName
{
border-color: #F0035C;
}
</style>