Shades of Razzmatazz #FD0263
Tints of Razzmatazz #FD0263
RGB
CMYK
RGB Variations
Color information
#FD0263 (or 0xFD0263) is known color: Razzmatazz. HEX triplet: FD, 02 and 63. RGB value is (253,2,99). Sum of RGB (Red+Green+Blue) = 253+2+99=354 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.47% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0263 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0263 is #02FD9C. Grayscale: #575757. Windows color (decimal): -195997 or 6488829. OLE color: 6488829.
HSL color Cylindrical-coordinate representation of color #FD0263: hue angle of 336.81º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD0263 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 2 | 99 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.01 |
| HSL | 336.81º | 0.98% | 0.5% | - |
| HSV(B) | 336.81º | 0.99% | 0.99% | - |
| XYZ | 42.78 | 21.83 | 13.76 | - |
| YUV | 88.11 | 134.16 | 245.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 2 | 99 | 0 | 0.99 | 0.61 | 0.01 | 336.81 | 0.98 | 0.5 |
| Hex | FD | 2 | 63 | 0 | 63 | 3D | 1 | 151 | 62 | 32 |
| Octal | 375 | 2 | 143 | 0 | 143 | 75 | 1 | 521 | 142 | 62 |
| Binary | 11111101 | 10 | 1100011 | 0 | 1100011 | 111101 | 1 | 101010001 | 1100010 | 110010 |
Color Harmonies of #FD0263
Complementary color
Monochromatic Colors of #FD0263
Black with #FD0263
Text Example
Text Example
White with #FD0263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0263; }
p { color: rgb(253,2,99); }
H1.HeaderClassName
{
color: #FD0263;
}
.AnyTagClassName
{
color: #FD0263;
}
</style>
background-color css
<style>
a { background-color: #FD0263; }
a { background-color: rgb(253,2,99); }
div.DivClassName
{
background-color: #FD0263;
}
.BgClassName
{
background-color: #FD0263;
}
</style>
border-color css
<style>
span { border-color: #FD0263; }
span { border-color: rgb(253,2,99); }
td.TdClassName
{
border-color: #FD0263;
}
.TagClassName
{
border-color: #FD0263;
}
</style>