Shades of Razzmatazz #FD1568
Tints of Razzmatazz #FD1568
RGB
CMYK
RGB Variations
Color information
#FD1568 (or 0xFD1568) is known color: Razzmatazz. HEX triplet: FD, 15 and 68. RGB value is (253,21,104). Sum of RGB (Red+Green+Blue) = 253+21+104=378 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.93% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1568 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1568 is #02EA97. Grayscale: #636363. Windows color (decimal): -191128 or 6821373. OLE color: 6821373.
HSL color Cylindrical-coordinate representation of color #FD1568: hue angle of 338.53º 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 #FD1568 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 21 | 104 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.01 |
| HSL | 338.53º | 0.98% | 0.54% | - |
| HSV(B) | 338.53º | 0.92% | 0.99% | - |
| XYZ | 43.27 | 22.42 | 15.14 | - |
| YUV | 99.83 | 130.36 | 237.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 21 | 104 | 0 | 0.92 | 0.59 | 0.01 | 338.53 | 0.98 | 0.54 |
| Hex | FD | 15 | 68 | 0 | 5C | 3B | 1 | 153 | 62 | 36 |
| Octal | 375 | 25 | 150 | 0 | 134 | 73 | 1 | 523 | 142 | 66 |
| Binary | 11111101 | 10101 | 1101000 | 0 | 1011100 | 111011 | 1 | 101010011 | 1100010 | 110110 |
Color Harmonies of #FD1568
Complementary color
Monochromatic Colors of #FD1568
Black with #FD1568
Text Example
Text Example
White with #FD1568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1568; }
p { color: rgb(253,21,104); }
H1.HeaderClassName
{
color: #FD1568;
}
.AnyTagClassName
{
color: #FD1568;
}
</style>
background-color css
<style>
a { background-color: #FD1568; }
a { background-color: rgb(253,21,104); }
div.DivClassName
{
background-color: #FD1568;
}
.BgClassName
{
background-color: #FD1568;
}
</style>
border-color css
<style>
span { border-color: #FD1568; }
span { border-color: rgb(253,21,104); }
td.TdClassName
{
border-color: #FD1568;
}
.TagClassName
{
border-color: #FD1568;
}
</style>