Shades of Razzmatazz #FD1268
Tints of Razzmatazz #FD1268
RGB
CMYK
RGB Variations
Color information
#FD1268 (or 0xFD1268) is known color: Razzmatazz. HEX triplet: FD, 12 and 68. RGB value is (253,18,104). Sum of RGB (Red+Green+Blue) = 253+18+104=375 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.47% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1268 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1268 is #02ED97. Grayscale: #616161. Windows color (decimal): -191896 or 6820605. OLE color: 6820605.
HSL color Cylindrical-coordinate representation of color #FD1268: hue angle of 338.04º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD1268 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 18 | 104 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.01 |
| HSL | 338.04º | 0.98% | 0.53% | - |
| HSV(B) | 338.04º | 0.93% | 0.99% | - |
| XYZ | 43.22 | 22.31 | 15.13 | - |
| YUV | 98.07 | 131.36 | 238.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 18 | 104 | 0 | 0.93 | 0.59 | 0.01 | 338.04 | 0.98 | 0.53 |
| Hex | FD | 12 | 68 | 0 | 5D | 3B | 1 | 152 | 62 | 35 |
| Octal | 375 | 22 | 150 | 0 | 135 | 73 | 1 | 522 | 142 | 65 |
| Binary | 11111101 | 10010 | 1101000 | 0 | 1011101 | 111011 | 1 | 101010010 | 1100010 | 110101 |
Color Harmonies of #FD1268
Complementary color
Monochromatic Colors of #FD1268
Black with #FD1268
Text Example
Text Example
White with #FD1268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1268; }
p { color: rgb(253,18,104); }
H1.HeaderClassName
{
color: #FD1268;
}
.AnyTagClassName
{
color: #FD1268;
}
</style>
background-color css
<style>
a { background-color: #FD1268; }
a { background-color: rgb(253,18,104); }
div.DivClassName
{
background-color: #FD1268;
}
.BgClassName
{
background-color: #FD1268;
}
</style>
border-color css
<style>
span { border-color: #FD1268; }
span { border-color: rgb(253,18,104); }
td.TdClassName
{
border-color: #FD1268;
}
.TagClassName
{
border-color: #FD1268;
}
</style>