Shades of Razzmatazz #FE0F65
Tints of Razzmatazz #FE0F65
RGB
CMYK
RGB Variations
Color information
#FE0F65 (or 0xFE0F65) is known color: Razzmatazz. HEX triplet: FE, 0F and 65. RGB value is (254,15,101). Sum of RGB (Red+Green+Blue) = 254+15+101=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F65 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0F65 is #01F09A. Grayscale: #606060. Windows color (decimal): -127131 or 6623230. OLE color: 6623230.
HSL color Cylindrical-coordinate representation of color #FE0F65: hue angle of 338.41º 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 #FE0F65 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 101 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.00 |
| HSL | 338.41º | 0.99% | 0.53% | - |
| HSV(B) | 338.41º | 0.94% | 1% | - |
| XYZ | 43.39 | 22.35 | 14.34 | - |
| YUV | 96.27 | 130.68 | 240.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 101 | 0 | 0.94 | 0.60 | 0.00 | 338.41 | 0.99 | 0.53 |
| Hex | FE | F | 65 | 0 | 5E | 3C | 0 | 152 | 63 | 35 |
| Octal | 376 | 17 | 145 | 0 | 136 | 74 | 0 | 522 | 143 | 65 |
| Binary | 11111110 | 1111 | 1100101 | 0 | 1011110 | 111100 | 0 | 101010010 | 1100011 | 110101 |
Color Harmonies of #FE0F65
Complementary color
Monochromatic Colors of #FE0F65
Black with #FE0F65
Text Example
Text Example
White with #FE0F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0F65; }
p { color: rgb(254,15,101); }
H1.HeaderClassName
{
color: #FE0F65;
}
.AnyTagClassName
{
color: #FE0F65;
}
</style>
background-color css
<style>
a { background-color: #FE0F65; }
a { background-color: rgb(254,15,101); }
div.DivClassName
{
background-color: #FE0F65;
}
.BgClassName
{
background-color: #FE0F65;
}
</style>
border-color css
<style>
span { border-color: #FE0F65; }
span { border-color: rgb(254,15,101); }
td.TdClassName
{
border-color: #FE0F65;
}
.TagClassName
{
border-color: #FE0F65;
}
</style>