Shades of Razzmatazz #FE0366
Tints of Razzmatazz #FE0366
RGB
CMYK
RGB Variations
Color information
#FE0366 (or 0xFE0366) is known color: Razzmatazz. HEX triplet: FE, 03 and 66. RGB value is (254,3,102). Sum of RGB (Red+Green+Blue) = 254+3+102=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0366 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0366 is #01FC99. Grayscale: #595959. Windows color (decimal): -130202 or 6685694. OLE color: 6685694.
HSL color Cylindrical-coordinate representation of color #FE0366: hue angle of 336.33º 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 #FE0366 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 102 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.00 |
| HSL | 336.33º | 0.99% | 0.5% | - |
| HSV(B) | 336.33º | 0.99% | 1% | - |
| XYZ | 43.3 | 22.1 | 14.55 | - |
| YUV | 89.34 | 135.16 | 245.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 102 | 0 | 0.99 | 0.60 | 0.00 | 336.33 | 0.99 | 0.5 |
| Hex | FE | 3 | 66 | 0 | 63 | 3C | 0 | 150 | 63 | 32 |
| Octal | 376 | 3 | 146 | 0 | 143 | 74 | 0 | 520 | 143 | 62 |
| Binary | 11111110 | 11 | 1100110 | 0 | 1100011 | 111100 | 0 | 101010000 | 1100011 | 110010 |
Color Harmonies of #FE0366
Complementary color
Monochromatic Colors of #FE0366
Black with #FE0366
Text Example
Text Example
White with #FE0366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0366; }
p { color: rgb(254,3,102); }
H1.HeaderClassName
{
color: #FE0366;
}
.AnyTagClassName
{
color: #FE0366;
}
</style>
background-color css
<style>
a { background-color: #FE0366; }
a { background-color: rgb(254,3,102); }
div.DivClassName
{
background-color: #FE0366;
}
.BgClassName
{
background-color: #FE0366;
}
</style>
border-color css
<style>
span { border-color: #FE0366; }
span { border-color: rgb(254,3,102); }
td.TdClassName
{
border-color: #FE0366;
}
.TagClassName
{
border-color: #FE0366;
}
</style>