Shades of Razzmatazz #FF0368
Tints of Razzmatazz #FF0368
RGB
CMYK
RGB Variations
Color information
#FF0368 (or 0xFF0368) is known color: Razzmatazz. HEX triplet: FF, 03 and 68. RGB value is (255,3,104). Sum of RGB (Red+Green+Blue) = 255+3+104=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0368 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0368 is #00FC97. Grayscale: #595959. Windows color (decimal): -64664 or 6816767. OLE color: 6816767.
HSL color Cylindrical-coordinate representation of color #FF0368: hue angle of 335.95º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0368 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 104 | - |
| CMYK | 0 | 0.99 | 0.59 | 0 |
| HSL | 335.95º | 1% | 0.51% | - |
| HSV(B) | 335.95º | 0.99% | 1% | - |
| XYZ | 43.77 | 22.32 | 15.1 | - |
| YUV | 89.86 | 135.99 | 245.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 104 | 0 | 0.99 | 0.59 | 0 | 335.95 | 1 | 0.51 |
| Hex | FF | 3 | 68 | 0 | 63 | 3B | 0 | 150 | 64 | 33 |
| Octal | 377 | 3 | 150 | 0 | 143 | 73 | 0 | 520 | 144 | 63 |
| Binary | 11111111 | 11 | 1101000 | 0 | 1100011 | 111011 | 0 | 101010000 | 1100100 | 110011 |
Color Harmonies of #FF0368
Complementary color
Monochromatic Colors of #FF0368
Black with #FF0368
Text Example
Text Example
White with #FF0368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0368; }
p { color: rgb(255,3,104); }
H1.HeaderClassName
{
color: #FF0368;
}
.AnyTagClassName
{
color: #FF0368;
}
</style>
background-color css
<style>
a { background-color: #FF0368; }
a { background-color: rgb(255,3,104); }
div.DivClassName
{
background-color: #FF0368;
}
.BgClassName
{
background-color: #FF0368;
}
</style>
border-color css
<style>
span { border-color: #FF0368; }
span { border-color: rgb(255,3,104); }
td.TdClassName
{
border-color: #FF0368;
}
.TagClassName
{
border-color: #FF0368;
}
</style>