Shades of Razzmatazz #FE0263
Tints of Razzmatazz #FE0263
RGB
CMYK
RGB Variations
Color information
#FE0263 (or 0xFE0263) is known color: Razzmatazz. HEX triplet: FE, 02 and 63. RGB value is (254,2,99). Sum of RGB (Red+Green+Blue) = 254+2+99=355 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.55% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0263 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0263 is #01FD9C. Grayscale: #585858. Windows color (decimal): -130461 or 6488830. OLE color: 6488830.
HSL color Cylindrical-coordinate representation of color #FE0263: hue angle of 336.9º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE0263 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 99 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.00 |
| HSL | 336.9º | 0.99% | 0.5% | - |
| HSV(B) | 336.9º | 0.99% | 1% | - |
| XYZ | 43.15 | 22.02 | 13.78 | - |
| YUV | 88.41 | 133.99 | 246.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 99 | 0 | 0.99 | 0.61 | 0.00 | 336.9 | 0.99 | 0.5 |
| Hex | FE | 2 | 63 | 0 | 63 | 3D | 0 | 151 | 63 | 32 |
| Octal | 376 | 2 | 143 | 0 | 143 | 75 | 0 | 521 | 143 | 62 |
| Binary | 11111110 | 10 | 1100011 | 0 | 1100011 | 111101 | 0 | 101010001 | 1100011 | 110010 |
Color Harmonies of #FE0263
Complementary color
Monochromatic Colors of #FE0263
Black with #FE0263
Text Example
Text Example
White with #FE0263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0263; }
p { color: rgb(254,2,99); }
H1.HeaderClassName
{
color: #FE0263;
}
.AnyTagClassName
{
color: #FE0263;
}
</style>
background-color css
<style>
a { background-color: #FE0263; }
a { background-color: rgb(254,2,99); }
div.DivClassName
{
background-color: #FE0263;
}
.BgClassName
{
background-color: #FE0263;
}
</style>
border-color css
<style>
span { border-color: #FE0263; }
span { border-color: rgb(254,2,99); }
td.TdClassName
{
border-color: #FE0263;
}
.TagClassName
{
border-color: #FE0263;
}
</style>