Shades of Razzmatazz #FE1267
Tints of Razzmatazz #FE1267
RGB
CMYK
RGB Variations
Color information
#FE1267 (or 0xFE1267) is known color: Razzmatazz. HEX triplet: FE, 12 and 67. RGB value is (254,18,103). Sum of RGB (Red+Green+Blue) = 254+18+103=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 103 (40.62% from 255 or 27.47% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1267 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1267 is #01ED98. Grayscale: #626262. Windows color (decimal): -126361 or 6755070. OLE color: 6755070.
HSL color Cylindrical-coordinate representation of color #FE1267: hue angle of 338.39º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE1267 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 103 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.00 |
| HSL | 338.39º | 0.99% | 0.53% | - |
| HSV(B) | 338.39º | 0.93% | 1% | - |
| XYZ | 43.54 | 22.48 | 14.88 | - |
| YUV | 98.25 | 130.69 | 239.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 103 | 0 | 0.93 | 0.59 | 0.00 | 338.39 | 0.99 | 0.53 |
| Hex | FE | 12 | 67 | 0 | 5D | 3B | 0 | 152 | 63 | 35 |
| Octal | 376 | 22 | 147 | 0 | 135 | 73 | 0 | 522 | 143 | 65 |
| Binary | 11111110 | 10010 | 1100111 | 0 | 1011101 | 111011 | 0 | 101010010 | 1100011 | 110101 |
Color Harmonies of #FE1267
Complementary color
Monochromatic Colors of #FE1267
Black with #FE1267
Text Example
Text Example
White with #FE1267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1267; }
p { color: rgb(254,18,103); }
H1.HeaderClassName
{
color: #FE1267;
}
.AnyTagClassName
{
color: #FE1267;
}
</style>
background-color css
<style>
a { background-color: #FE1267; }
a { background-color: rgb(254,18,103); }
div.DivClassName
{
background-color: #FE1267;
}
.BgClassName
{
background-color: #FE1267;
}
</style>
border-color css
<style>
span { border-color: #FE1267; }
span { border-color: rgb(254,18,103); }
td.TdClassName
{
border-color: #FE1267;
}
.TagClassName
{
border-color: #FE1267;
}
</style>