Shades of Razzmatazz #FD1468
Tints of Razzmatazz #FD1468
RGB
CMYK
RGB Variations
Color information
#FD1468 (or 0xFD1468) is known color: Razzmatazz. HEX triplet: FD, 14 and 68. RGB value is (253,20,104). Sum of RGB (Red+Green+Blue) = 253+20+104=377 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.11% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1468 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1468 is #02EB97. Grayscale: #636363. Windows color (decimal): -191384 or 6821117. OLE color: 6821117.
HSL color Cylindrical-coordinate representation of color #FD1468: hue angle of 338.37º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD1468 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 104 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.01 |
| HSL | 338.37º | 0.98% | 0.54% | - |
| HSV(B) | 338.37º | 0.92% | 0.99% | - |
| XYZ | 43.26 | 22.38 | 15.14 | - |
| YUV | 99.24 | 130.69 | 237.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 104 | 0 | 0.92 | 0.59 | 0.01 | 338.37 | 0.98 | 0.54 |
| Hex | FD | 14 | 68 | 0 | 5C | 3B | 1 | 152 | 62 | 36 |
| Octal | 375 | 24 | 150 | 0 | 134 | 73 | 1 | 522 | 142 | 66 |
| Binary | 11111101 | 10100 | 1101000 | 0 | 1011100 | 111011 | 1 | 101010010 | 1100010 | 110110 |
Color Harmonies of #FD1468
Complementary color
Monochromatic Colors of #FD1468
Black with #FD1468
Text Example
Text Example
White with #FD1468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1468; }
p { color: rgb(253,20,104); }
H1.HeaderClassName
{
color: #FD1468;
}
.AnyTagClassName
{
color: #FD1468;
}
</style>
background-color css
<style>
a { background-color: #FD1468; }
a { background-color: rgb(253,20,104); }
div.DivClassName
{
background-color: #FD1468;
}
.BgClassName
{
background-color: #FD1468;
}
</style>
border-color css
<style>
span { border-color: #FD1468; }
span { border-color: rgb(253,20,104); }
td.TdClassName
{
border-color: #FD1468;
}
.TagClassName
{
border-color: #FD1468;
}
</style>