Shades of Razzmatazz #FD1467
Tints of Razzmatazz #FD1467
RGB
CMYK
RGB Variations
Color information
#FD1467 (or 0xFD1467) is known color: Razzmatazz. HEX triplet: FD, 14 and 67. RGB value is (253,20,103). Sum of RGB (Red+Green+Blue) = 253+20+103=376 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.29% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 103 (40.62% from 255 or 27.39% from 376); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1467 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1467 is #02EB98. Grayscale: #636363. Windows color (decimal): -191385 or 6755581. OLE color: 6755581.
HSL color Cylindrical-coordinate representation of color #FD1467: hue angle of 338.63º 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 #FD1467 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 103 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.01 |
| HSL | 338.63º | 0.98% | 0.54% | - |
| HSV(B) | 338.63º | 0.92% | 0.99% | - |
| XYZ | 43.21 | 22.36 | 14.87 | - |
| YUV | 99.13 | 130.19 | 237.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 103 | 0 | 0.92 | 0.59 | 0.01 | 338.63 | 0.98 | 0.54 |
| Hex | FD | 14 | 67 | 0 | 5C | 3B | 1 | 153 | 62 | 36 |
| Octal | 375 | 24 | 147 | 0 | 134 | 73 | 1 | 523 | 142 | 66 |
| Binary | 11111101 | 10100 | 1100111 | 0 | 1011100 | 111011 | 1 | 101010011 | 1100010 | 110110 |
Color Harmonies of #FD1467
Complementary color
Monochromatic Colors of #FD1467
Black with #FD1467
Text Example
Text Example
White with #FD1467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1467; }
p { color: rgb(253,20,103); }
H1.HeaderClassName
{
color: #FD1467;
}
.AnyTagClassName
{
color: #FD1467;
}
</style>
background-color css
<style>
a { background-color: #FD1467; }
a { background-color: rgb(253,20,103); }
div.DivClassName
{
background-color: #FD1467;
}
.BgClassName
{
background-color: #FD1467;
}
</style>
border-color css
<style>
span { border-color: #FD1467; }
span { border-color: rgb(253,20,103); }
td.TdClassName
{
border-color: #FD1467;
}
.TagClassName
{
border-color: #FD1467;
}
</style>