Shades of Razzmatazz #FD0C6D
Tints of Razzmatazz #FD0C6D
RGB
CMYK
RGB Variations
Color information
#FD0C6D (or 0xFD0C6D) is known color: Razzmatazz. HEX triplet: FD, 0C and 6D. RGB value is (253,12,109). Sum of RGB (Red+Green+Blue) = 253+12+109=374 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.65% from 374); Green value is 12 (5.08% from 255 or 3.21% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0C6D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0C6D is #02F392. Grayscale: #5E5E5E. Windows color (decimal): -193427 or 7146749. OLE color: 7146749.
HSL color Cylindrical-coordinate representation of color #FD0C6D: hue angle of 335.85º 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 #FD0C6D is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 12 | 109 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.01 |
| HSL | 335.85º | 0.98% | 0.52% | - |
| HSV(B) | 335.85º | 0.95% | 0.99% | - |
| XYZ | 43.4 | 22.25 | 16.48 | - |
| YUV | 95.12 | 135.84 | 240.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 12 | 109 | 0 | 0.95 | 0.57 | 0.01 | 335.85 | 0.98 | 0.52 |
| Hex | FD | C | 6D | 0 | 5F | 39 | 1 | 150 | 62 | 34 |
| Octal | 375 | 14 | 155 | 0 | 137 | 71 | 1 | 520 | 142 | 64 |
| Binary | 11111101 | 1100 | 1101101 | 0 | 1011111 | 111001 | 1 | 101010000 | 1100010 | 110100 |
Color Harmonies of #FD0C6D
Complementary color
Monochromatic Colors of #FD0C6D
Black with #FD0C6D
Text Example
Text Example
White with #FD0C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0C6D; }
p { color: rgb(253,12,109); }
H1.HeaderClassName
{
color: #FD0C6D;
}
.AnyTagClassName
{
color: #FD0C6D;
}
</style>
background-color css
<style>
a { background-color: #FD0C6D; }
a { background-color: rgb(253,12,109); }
div.DivClassName
{
background-color: #FD0C6D;
}
.BgClassName
{
background-color: #FD0C6D;
}
</style>
border-color css
<style>
span { border-color: #FD0C6D; }
span { border-color: rgb(253,12,109); }
td.TdClassName
{
border-color: #FD0C6D;
}
.TagClassName
{
border-color: #FD0C6D;
}
</style>