Shades of Razzmatazz #FF0364
Tints of Razzmatazz #FF0364
RGB
CMYK
RGB Variations
Color information
#FF0364 (or 0xFF0364) is known color: Razzmatazz. HEX triplet: FF, 03 and 64. RGB value is (255,3,100). Sum of RGB (Red+Green+Blue) = 255+3+100=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0364 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0364 is #00FC9B. Grayscale: #595959. Windows color (decimal): -64668 or 6554623. OLE color: 6554623.
HSL color Cylindrical-coordinate representation of color #FF0364: hue angle of 336.9º 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 #FF0364 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 100 | - |
| CMYK | 0 | 0.99 | 0.61 | 0 |
| HSL | 336.9º | 1% | 0.51% | - |
| HSV(B) | 336.9º | 0.99% | 1% | - |
| XYZ | 43.57 | 22.25 | 14.05 | - |
| YUV | 89.41 | 133.99 | 246.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 100 | 0 | 0.99 | 0.61 | 0 | 336.9 | 1 | 0.51 |
| Hex | FF | 3 | 64 | 0 | 63 | 3D | 0 | 151 | 64 | 33 |
| Octal | 377 | 3 | 144 | 0 | 143 | 75 | 0 | 521 | 144 | 63 |
| Binary | 11111111 | 11 | 1100100 | 0 | 1100011 | 111101 | 0 | 101010001 | 1100100 | 110011 |
Color Harmonies of #FF0364
Complementary color
Monochromatic Colors of #FF0364
Black with #FF0364
Text Example
Text Example
White with #FF0364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0364; }
p { color: rgb(255,3,100); }
H1.HeaderClassName
{
color: #FF0364;
}
.AnyTagClassName
{
color: #FF0364;
}
</style>
background-color css
<style>
a { background-color: #FF0364; }
a { background-color: rgb(255,3,100); }
div.DivClassName
{
background-color: #FF0364;
}
.BgClassName
{
background-color: #FF0364;
}
</style>
border-color css
<style>
span { border-color: #FF0364; }
span { border-color: rgb(255,3,100); }
td.TdClassName
{
border-color: #FF0364;
}
.TagClassName
{
border-color: #FF0364;
}
</style>