Shades of Razzmatazz #F0036A
Tints of Razzmatazz #F0036A
RGB
CMYK
RGB Variations
Color information
#F0036A (or 0xF0036A) is known color: Razzmatazz. HEX triplet: F0, 03 and 6A. RGB value is (240,3,106). Sum of RGB (Red+Green+Blue) = 240+3+106=349 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.77% from 349); Green value is 3 (1.56% from 255 or 0.86% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 240 - color contains mainly: red. Hex color #F0036A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0036A is #0FFC95. Grayscale: #555555. Windows color (decimal): -1047702 or 6947824. OLE color: 6947824.
HSL color Cylindrical-coordinate representation of color #F0036A: hue angle of 333.92º 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 #F0036A is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 106 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.06 |
| HSL | 333.92º | 0.98% | 0.48% | - |
| HSV(B) | 333.92º | 0.99% | 0.94% | - |
| XYZ | 38.57 | 19.63 | 15.39 | - |
| YUV | 85.61 | 139.52 | 238.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 106 | 0 | 0.99 | 0.56 | 0.06 | 333.92 | 0.98 | 0.48 |
| Hex | F0 | 3 | 6A | 0 | 63 | 38 | 6 | 14E | 62 | 30 |
| Octal | 360 | 3 | 152 | 0 | 143 | 70 | 6 | 516 | 142 | 60 |
| Binary | 11110000 | 11 | 1101010 | 0 | 1100011 | 111000 | 110 | 101001110 | 1100010 | 110000 |
Color Harmonies of #F0036A
Complementary color
Monochromatic Colors of #F0036A
Black with #F0036A
Text Example
Text Example
White with #F0036A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0036A; }
p { color: rgb(240,3,106); }
H1.HeaderClassName
{
color: #F0036A;
}
.AnyTagClassName
{
color: #F0036A;
}
</style>
background-color css
<style>
a { background-color: #F0036A; }
a { background-color: rgb(240,3,106); }
div.DivClassName
{
background-color: #F0036A;
}
.BgClassName
{
background-color: #F0036A;
}
</style>
border-color css
<style>
span { border-color: #F0036A; }
span { border-color: rgb(240,3,106); }
td.TdClassName
{
border-color: #F0036A;
}
.TagClassName
{
border-color: #F0036A;
}
</style>