Shades of Razzmatazz #FE0268
Tints of Razzmatazz #FE0268
RGB
CMYK
RGB Variations
Color information
#FE0268 (or 0xFE0268) is known color: Razzmatazz. HEX triplet: FE, 02 and 68. RGB value is (254,2,104). Sum of RGB (Red+Green+Blue) = 254+2+104=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0268 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0268 is #01FD97. Grayscale: #585858. Windows color (decimal): -130456 or 6816510. OLE color: 6816510.
HSL color Cylindrical-coordinate representation of color #FE0268: hue angle of 335.71º 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 #FE0268 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 104 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.00 |
| HSL | 335.71º | 0.99% | 0.5% | - |
| HSV(B) | 335.71º | 0.99% | 1% | - |
| XYZ | 43.39 | 22.11 | 15.08 | - |
| YUV | 88.98 | 136.49 | 245.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 104 | 0 | 0.99 | 0.59 | 0.00 | 335.71 | 0.99 | 0.5 |
| Hex | FE | 2 | 68 | 0 | 63 | 3B | 0 | 150 | 63 | 32 |
| Octal | 376 | 2 | 150 | 0 | 143 | 73 | 0 | 520 | 143 | 62 |
| Binary | 11111110 | 10 | 1101000 | 0 | 1100011 | 111011 | 0 | 101010000 | 1100011 | 110010 |
Color Harmonies of #FE0268
Complementary color
Monochromatic Colors of #FE0268
Black with #FE0268
Text Example
Text Example
White with #FE0268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0268; }
p { color: rgb(254,2,104); }
H1.HeaderClassName
{
color: #FE0268;
}
.AnyTagClassName
{
color: #FE0268;
}
</style>
background-color css
<style>
a { background-color: #FE0268; }
a { background-color: rgb(254,2,104); }
div.DivClassName
{
background-color: #FE0268;
}
.BgClassName
{
background-color: #FE0268;
}
</style>
border-color css
<style>
span { border-color: #FE0268; }
span { border-color: rgb(254,2,104); }
td.TdClassName
{
border-color: #FE0268;
}
.TagClassName
{
border-color: #FE0268;
}
</style>