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