Shades of Razzmatazz #FE0365
Tints of Razzmatazz #FE0365
RGB
CMYK
RGB Variations
Color information
#FE0365 (or 0xFE0365) is known color: Razzmatazz. HEX triplet: FE, 03 and 65. RGB value is (254,3,101). Sum of RGB (Red+Green+Blue) = 254+3+101=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0365 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0365 is #01FC9A. Grayscale: #595959. Windows color (decimal): -130203 or 6620158. OLE color: 6620158.
HSL color Cylindrical-coordinate representation of color #FE0365: hue angle of 336.57º 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 #FE0365 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 101 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.00 |
| HSL | 336.57º | 0.99% | 0.5% | - |
| HSV(B) | 336.57º | 0.99% | 1% | - |
| XYZ | 43.25 | 22.08 | 14.29 | - |
| YUV | 89.22 | 134.66 | 245.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 101 | 0 | 0.99 | 0.60 | 0.00 | 336.57 | 0.99 | 0.5 |
| Hex | FE | 3 | 65 | 0 | 63 | 3C | 0 | 151 | 63 | 32 |
| Octal | 376 | 3 | 145 | 0 | 143 | 74 | 0 | 521 | 143 | 62 |
| Binary | 11111110 | 11 | 1100101 | 0 | 1100011 | 111100 | 0 | 101010001 | 1100011 | 110010 |
Color Harmonies of #FE0365
Complementary color
Monochromatic Colors of #FE0365
Black with #FE0365
Text Example
Text Example
White with #FE0365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0365; }
p { color: rgb(254,3,101); }
H1.HeaderClassName
{
color: #FE0365;
}
.AnyTagClassName
{
color: #FE0365;
}
</style>
background-color css
<style>
a { background-color: #FE0365; }
a { background-color: rgb(254,3,101); }
div.DivClassName
{
background-color: #FE0365;
}
.BgClassName
{
background-color: #FE0365;
}
</style>
border-color css
<style>
span { border-color: #FE0365; }
span { border-color: rgb(254,3,101); }
td.TdClassName
{
border-color: #FE0365;
}
.TagClassName
{
border-color: #FE0365;
}
</style>