Shades of Razzmatazz #FE165F
Tints of Razzmatazz #FE165F
RGB
CMYK
RGB Variations
Color information
#FE165F (or 0xFE165F) is known color: Razzmatazz. HEX triplet: FE, 16 and 5F. RGB value is (254,22,95). Sum of RGB (Red+Green+Blue) = 254+22+95=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE165F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE165F is #01E9A0. Grayscale: #636363. Windows color (decimal): -125345 or 6231806. OLE color: 6231806.
HSL color Cylindrical-coordinate representation of color #FE165F: hue angle of 341.12º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE165F is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 95 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.00 |
| HSL | 341.12º | 0.99% | 0.54% | - |
| HSV(B) | 341.12º | 0.91% | 1% | - |
| XYZ | 43.23 | 22.47 | 12.89 | - |
| YUV | 99.69 | 125.36 | 238.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 95 | 0 | 0.91 | 0.63 | 0.00 | 341.12 | 0.99 | 0.54 |
| Hex | FE | 16 | 5F | 0 | 5B | 3F | 0 | 155 | 63 | 36 |
| Octal | 376 | 26 | 137 | 0 | 133 | 77 | 0 | 525 | 143 | 66 |
| Binary | 11111110 | 10110 | 1011111 | 0 | 1011011 | 111111 | 0 | 101010101 | 1100011 | 110110 |
Color Harmonies of #FE165F
Complementary color
Monochromatic Colors of #FE165F
Black with #FE165F
Text Example
Text Example
White with #FE165F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE165F; }
p { color: rgb(254,22,95); }
H1.HeaderClassName
{
color: #FE165F;
}
.AnyTagClassName
{
color: #FE165F;
}
</style>
background-color css
<style>
a { background-color: #FE165F; }
a { background-color: rgb(254,22,95); }
div.DivClassName
{
background-color: #FE165F;
}
.BgClassName
{
background-color: #FE165F;
}
</style>
border-color css
<style>
span { border-color: #FE165F; }
span { border-color: rgb(254,22,95); }
td.TdClassName
{
border-color: #FE165F;
}
.TagClassName
{
border-color: #FE165F;
}
</style>