Shades of Razzmatazz #FF0365
Tints of Razzmatazz #FF0365
RGB
CMYK
RGB Variations
Color information
#FF0365 (or 0xFF0365) is known color: Razzmatazz. HEX triplet: FF, 03 and 65. RGB value is (255,3,101). Sum of RGB (Red+Green+Blue) = 255+3+101=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0365 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0365 is #00FC9A. Grayscale: #595959. Windows color (decimal): -64667 or 6620159. OLE color: 6620159.
HSL color Cylindrical-coordinate representation of color #FF0365: hue angle of 336.67º 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 #FF0365 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 101 | - |
| CMYK | 0 | 0.99 | 0.60 | 0 |
| HSL | 336.67º | 1% | 0.51% | - |
| HSV(B) | 336.67º | 0.99% | 1% | - |
| XYZ | 43.62 | 22.26 | 14.31 | - |
| YUV | 89.52 | 134.49 | 246.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 101 | 0 | 0.99 | 0.60 | 0 | 336.67 | 1 | 0.51 |
| Hex | FF | 3 | 65 | 0 | 63 | 3C | 0 | 151 | 64 | 33 |
| Octal | 377 | 3 | 145 | 0 | 143 | 74 | 0 | 521 | 144 | 63 |
| Binary | 11111111 | 11 | 1100101 | 0 | 1100011 | 111100 | 0 | 101010001 | 1100100 | 110011 |
Color Harmonies of #FF0365
Complementary color
Monochromatic Colors of #FF0365
Black with #FF0365
Text Example
Text Example
White with #FF0365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0365; }
p { color: rgb(255,3,101); }
H1.HeaderClassName
{
color: #FF0365;
}
.AnyTagClassName
{
color: #FF0365;
}
</style>
background-color css
<style>
a { background-color: #FF0365; }
a { background-color: rgb(255,3,101); }
div.DivClassName
{
background-color: #FF0365;
}
.BgClassName
{
background-color: #FF0365;
}
</style>
border-color css
<style>
span { border-color: #FF0365; }
span { border-color: rgb(255,3,101); }
td.TdClassName
{
border-color: #FF0365;
}
.TagClassName
{
border-color: #FF0365;
}
</style>