Shades of Razzmatazz #FF0263
Tints of Razzmatazz #FF0263
RGB
CMYK
RGB Variations
Color information
#FF0263 (or 0xFF0263) is known color: Razzmatazz. HEX triplet: FF, 02 and 63. RGB value is (255,2,99). Sum of RGB (Red+Green+Blue) = 255+2+99=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0263 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0263 is #00FD9C. Grayscale: #585858. Windows color (decimal): -64925 or 6488831. OLE color: 6488831.
HSL color Cylindrical-coordinate representation of color #FF0263: hue angle of 337º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0263 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 99 | - |
| CMYK | 0 | 0.99 | 0.61 | 0 |
| HSL | 337º | 1% | 0.5% | - |
| HSV(B) | 337º | 0.99% | 1% | - |
| XYZ | 43.51 | 22.2 | 13.8 | - |
| YUV | 88.71 | 133.82 | 246.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 99 | 0 | 0.99 | 0.61 | 0 | 337 | 1 | 0.5 |
| Hex | FF | 2 | 63 | 0 | 63 | 3D | 0 | 151 | 64 | 32 |
| Octal | 377 | 2 | 143 | 0 | 143 | 75 | 0 | 521 | 144 | 62 |
| Binary | 11111111 | 10 | 1100011 | 0 | 1100011 | 111101 | 0 | 101010001 | 1100100 | 110010 |
Color Harmonies of #FF0263
Complementary color
Monochromatic Colors of #FF0263
Black with #FF0263
Text Example
Text Example
White with #FF0263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0263; }
p { color: rgb(255,2,99); }
H1.HeaderClassName
{
color: #FF0263;
}
.AnyTagClassName
{
color: #FF0263;
}
</style>
background-color css
<style>
a { background-color: #FF0263; }
a { background-color: rgb(255,2,99); }
div.DivClassName
{
background-color: #FF0263;
}
.BgClassName
{
background-color: #FF0263;
}
</style>
border-color css
<style>
span { border-color: #FF0263; }
span { border-color: rgb(255,2,99); }
td.TdClassName
{
border-color: #FF0263;
}
.TagClassName
{
border-color: #FF0263;
}
</style>