Shades of Razzmatazz #F0036B
Tints of Razzmatazz #F0036B
RGB
CMYK
RGB Variations
Color information
#F0036B (or 0xF0036B) is known color: Razzmatazz. HEX triplet: F0, 03 and 6B. RGB value is (240,3,107). Sum of RGB (Red+Green+Blue) = 240+3+107=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F0036B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0036B is #0FFC94. Grayscale: #555555. Windows color (decimal): -1047701 or 7013360. OLE color: 7013360.
HSL color Cylindrical-coordinate representation of color #F0036B: hue angle of 333.67º 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 #F0036B is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 107 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.06 |
| HSL | 333.67º | 0.98% | 0.48% | - |
| HSV(B) | 333.67º | 0.99% | 0.94% | - |
| XYZ | 38.62 | 19.65 | 15.67 | - |
| YUV | 85.72 | 140.02 | 238.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 107 | 0 | 0.99 | 0.55 | 0.06 | 333.67 | 0.98 | 0.48 |
| Hex | F0 | 3 | 6B | 0 | 63 | 37 | 6 | 14E | 62 | 30 |
| Octal | 360 | 3 | 153 | 0 | 143 | 67 | 6 | 516 | 142 | 60 |
| Binary | 11110000 | 11 | 1101011 | 0 | 1100011 | 110111 | 110 | 101001110 | 1100010 | 110000 |
Color Harmonies of #F0036B
Complementary color
Monochromatic Colors of #F0036B
Black with #F0036B
Text Example
Text Example
White with #F0036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0036B; }
p { color: rgb(240,3,107); }
H1.HeaderClassName
{
color: #F0036B;
}
.AnyTagClassName
{
color: #F0036B;
}
</style>
background-color css
<style>
a { background-color: #F0036B; }
a { background-color: rgb(240,3,107); }
div.DivClassName
{
background-color: #F0036B;
}
.BgClassName
{
background-color: #F0036B;
}
</style>
border-color css
<style>
span { border-color: #F0036B; }
span { border-color: rgb(240,3,107); }
td.TdClassName
{
border-color: #F0036B;
}
.TagClassName
{
border-color: #F0036B;
}
</style>