Shades of Razzmatazz #FD0C64
Tints of Razzmatazz #FD0C64
RGB
CMYK
RGB Variations
Color information
#FD0C64 (or 0xFD0C64) is known color: Razzmatazz. HEX triplet: FD, 0C and 64. RGB value is (253,12,100). Sum of RGB (Red+Green+Blue) = 253+12+100=365 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.32% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0C64 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0C64 is #02F39B. Grayscale: #5D5D5D. Windows color (decimal): -193436 or 6556925. OLE color: 6556925.
HSL color Cylindrical-coordinate representation of color #FD0C64: hue angle of 338.09º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD0C64 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 12 | 100 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.01 |
| HSL | 338.09º | 0.98% | 0.52% | - |
| HSV(B) | 338.09º | 0.95% | 0.99% | - |
| XYZ | 42.94 | 22.07 | 14.05 | - |
| YUV | 94.09 | 131.34 | 241.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 12 | 100 | 0 | 0.95 | 0.60 | 0.01 | 338.09 | 0.98 | 0.52 |
| Hex | FD | C | 64 | 0 | 5F | 3C | 1 | 152 | 62 | 34 |
| Octal | 375 | 14 | 144 | 0 | 137 | 74 | 1 | 522 | 142 | 64 |
| Binary | 11111101 | 1100 | 1100100 | 0 | 1011111 | 111100 | 1 | 101010010 | 1100010 | 110100 |
Color Harmonies of #FD0C64
Complementary color
Monochromatic Colors of #FD0C64
Black with #FD0C64
Text Example
Text Example
White with #FD0C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0C64; }
p { color: rgb(253,12,100); }
H1.HeaderClassName
{
color: #FD0C64;
}
.AnyTagClassName
{
color: #FD0C64;
}
</style>
background-color css
<style>
a { background-color: #FD0C64; }
a { background-color: rgb(253,12,100); }
div.DivClassName
{
background-color: #FD0C64;
}
.BgClassName
{
background-color: #FD0C64;
}
</style>
border-color css
<style>
span { border-color: #FD0C64; }
span { border-color: rgb(253,12,100); }
td.TdClassName
{
border-color: #FD0C64;
}
.TagClassName
{
border-color: #FD0C64;
}
</style>