Shades of Razzmatazz #FF0253
Tints of Razzmatazz #FF0253
RGB
CMYK
RGB Variations
Color information
#FF0253 (or 0xFF0253) is known color: Razzmatazz. HEX triplet: FF, 02 and 53. RGB value is (255,2,83). Sum of RGB (Red+Green+Blue) = 255+2+83=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0253 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0253 is #00FDAC. Grayscale: #565656. Windows color (decimal): -64941 or 5440255. OLE color: 5440255.
HSL color Cylindrical-coordinate representation of color #FF0253: hue angle of 340.79º 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 #FF0253 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 83 | - |
| CMYK | 0 | 0.99 | 0.67 | 0 |
| HSL | 340.79º | 1% | 0.5% | - |
| HSV(B) | 340.79º | 0.99% | 1% | - |
| XYZ | 42.82 | 21.93 | 10.16 | - |
| YUV | 86.88 | 125.82 | 247.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 83 | 0 | 0.99 | 0.67 | 0 | 340.79 | 1 | 0.5 |
| Hex | FF | 2 | 53 | 0 | 63 | 43 | 0 | 155 | 64 | 32 |
| Octal | 377 | 2 | 123 | 0 | 143 | 103 | 0 | 525 | 144 | 62 |
| Binary | 11111111 | 10 | 1010011 | 0 | 1100011 | 1000011 | 0 | 101010101 | 1100100 | 110010 |
Color Harmonies of #FF0253
Complementary color
Monochromatic Colors of #FF0253
Black with #FF0253
Text Example
Text Example
White with #FF0253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0253; }
p { color: rgb(255,2,83); }
H1.HeaderClassName
{
color: #FF0253;
}
.AnyTagClassName
{
color: #FF0253;
}
</style>
background-color css
<style>
a { background-color: #FF0253; }
a { background-color: rgb(255,2,83); }
div.DivClassName
{
background-color: #FF0253;
}
.BgClassName
{
background-color: #FF0253;
}
</style>
border-color css
<style>
span { border-color: #FF0253; }
span { border-color: rgb(255,2,83); }
td.TdClassName
{
border-color: #FF0253;
}
.TagClassName
{
border-color: #FF0253;
}
</style>