Shades of Razzmatazz #FE0D69
Tints of Razzmatazz #FE0D69
RGB
CMYK
RGB Variations
Color information
#FE0D69 (or 0xFE0D69) is known color: Razzmatazz. HEX triplet: FE, 0D and 69. RGB value is (254,13,105). Sum of RGB (Red+Green+Blue) = 254+13+105=372 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.28% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0D69 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0D69 is #01F296. Grayscale: #5F5F5F. Windows color (decimal): -127639 or 6884862. OLE color: 6884862.
HSL color Cylindrical-coordinate representation of color #FE0D69: hue angle of 337.1º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE0D69 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 13 | 105 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.00 |
| HSL | 337.1º | 0.99% | 0.52% | - |
| HSV(B) | 337.1º | 0.95% | 1% | - |
| XYZ | 43.57 | 22.38 | 15.39 | - |
| YUV | 95.55 | 133.34 | 241.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 13 | 105 | 0 | 0.95 | 0.59 | 0.00 | 337.1 | 0.99 | 0.52 |
| Hex | FE | D | 69 | 0 | 5F | 3B | 0 | 151 | 63 | 34 |
| Octal | 376 | 15 | 151 | 0 | 137 | 73 | 0 | 521 | 143 | 64 |
| Binary | 11111110 | 1101 | 1101001 | 0 | 1011111 | 111011 | 0 | 101010001 | 1100011 | 110100 |
Color Harmonies of #FE0D69
Complementary color
Monochromatic Colors of #FE0D69
Black with #FE0D69
Text Example
Text Example
White with #FE0D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0D69; }
p { color: rgb(254,13,105); }
H1.HeaderClassName
{
color: #FE0D69;
}
.AnyTagClassName
{
color: #FE0D69;
}
</style>
background-color css
<style>
a { background-color: #FE0D69; }
a { background-color: rgb(254,13,105); }
div.DivClassName
{
background-color: #FE0D69;
}
.BgClassName
{
background-color: #FE0D69;
}
</style>
border-color css
<style>
span { border-color: #FE0D69; }
span { border-color: rgb(254,13,105); }
td.TdClassName
{
border-color: #FE0D69;
}
.TagClassName
{
border-color: #FE0D69;
}
</style>