Shades of Razzmatazz #FE106C
Tints of Razzmatazz #FE106C
RGB
CMYK
RGB Variations
Color information
#FE106C (or 0xFE106C) is known color: Razzmatazz. HEX triplet: FE, 10 and 6C. RGB value is (254,16,108). Sum of RGB (Red+Green+Blue) = 254+16+108=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE106C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE106C is #01EF93. Grayscale: #616161. Windows color (decimal): -126868 or 7082238. OLE color: 7082238.
HSL color Cylindrical-coordinate representation of color #FE106C: hue angle of 336.81º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE106C is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 108 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.00 |
| HSL | 336.81º | 0.99% | 0.53% | - |
| HSV(B) | 336.81º | 0.94% | 1% | - |
| XYZ | 43.77 | 22.52 | 16.23 | - |
| YUV | 97.65 | 133.85 | 239.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 108 | 0 | 0.94 | 0.57 | 0.00 | 336.81 | 0.99 | 0.53 |
| Hex | FE | 10 | 6C | 0 | 5E | 39 | 0 | 151 | 63 | 35 |
| Octal | 376 | 20 | 154 | 0 | 136 | 71 | 0 | 521 | 143 | 65 |
| Binary | 11111110 | 10000 | 1101100 | 0 | 1011110 | 111001 | 0 | 101010001 | 1100011 | 110101 |
Color Harmonies of #FE106C
Complementary color
Monochromatic Colors of #FE106C
Black with #FE106C
Text Example
Text Example
White with #FE106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE106C; }
p { color: rgb(254,16,108); }
H1.HeaderClassName
{
color: #FE106C;
}
.AnyTagClassName
{
color: #FE106C;
}
</style>
background-color css
<style>
a { background-color: #FE106C; }
a { background-color: rgb(254,16,108); }
div.DivClassName
{
background-color: #FE106C;
}
.BgClassName
{
background-color: #FE106C;
}
</style>
border-color css
<style>
span { border-color: #FE106C; }
span { border-color: rgb(254,16,108); }
td.TdClassName
{
border-color: #FE106C;
}
.TagClassName
{
border-color: #FE106C;
}
</style>