Shades of Razzmatazz #FF0362
Tints of Razzmatazz #FF0362
RGB
CMYK
RGB Variations
Color information
#FF0362 (or 0xFF0362) is known color: Razzmatazz. HEX triplet: FF, 03 and 62. RGB value is (255,3,98). Sum of RGB (Red+Green+Blue) = 255+3+98=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0362 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0362 is #00FC9D. Grayscale: #595959. Windows color (decimal): -64670 or 6423551. OLE color: 6423551.
HSL color Cylindrical-coordinate representation of color #FF0362: hue angle of 337.38º 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 #FF0362 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 98 | - |
| CMYK | 0 | 0.99 | 0.62 | 0 |
| HSL | 337.38º | 1% | 0.51% | - |
| HSV(B) | 337.38º | 0.99% | 1% | - |
| XYZ | 43.48 | 22.21 | 13.55 | - |
| YUV | 89.18 | 132.99 | 246.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 98 | 0 | 0.99 | 0.62 | 0 | 337.38 | 1 | 0.51 |
| Hex | FF | 3 | 62 | 0 | 63 | 3E | 0 | 151 | 64 | 33 |
| Octal | 377 | 3 | 142 | 0 | 143 | 76 | 0 | 521 | 144 | 63 |
| Binary | 11111111 | 11 | 1100010 | 0 | 1100011 | 111110 | 0 | 101010001 | 1100100 | 110011 |
Color Harmonies of #FF0362
Complementary color
Monochromatic Colors of #FF0362
Black with #FF0362
Text Example
Text Example
White with #FF0362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0362; }
p { color: rgb(255,3,98); }
H1.HeaderClassName
{
color: #FF0362;
}
.AnyTagClassName
{
color: #FF0362;
}
</style>
background-color css
<style>
a { background-color: #FF0362; }
a { background-color: rgb(255,3,98); }
div.DivClassName
{
background-color: #FF0362;
}
.BgClassName
{
background-color: #FF0362;
}
</style>
border-color css
<style>
span { border-color: #FF0362; }
span { border-color: rgb(255,3,98); }
td.TdClassName
{
border-color: #FF0362;
}
.TagClassName
{
border-color: #FF0362;
}
</style>