Shades of Razzmatazz #FD0C6C
Tints of Razzmatazz #FD0C6C
RGB
CMYK
RGB Variations
Color information
#FD0C6C (or 0xFD0C6C) is known color: Razzmatazz. HEX triplet: FD, 0C and 6C. RGB value is (253,12,108). Sum of RGB (Red+Green+Blue) = 253+12+108=373 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.83% from 373); Green value is 12 (5.08% from 255 or 3.22% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0C6C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0C6C is #02F393. Grayscale: #5E5E5E. Windows color (decimal): -193428 or 7081213. OLE color: 7081213.
HSL color Cylindrical-coordinate representation of color #FD0C6C: hue angle of 336.1º 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 #FD0C6C is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 12 | 108 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.01 |
| HSL | 336.1º | 0.98% | 0.52% | - |
| HSV(B) | 336.1º | 0.95% | 0.99% | - |
| XYZ | 43.35 | 22.23 | 16.19 | - |
| YUV | 95 | 135.34 | 240.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 12 | 108 | 0 | 0.95 | 0.57 | 0.01 | 336.1 | 0.98 | 0.52 |
| Hex | FD | C | 6C | 0 | 5F | 39 | 1 | 150 | 62 | 34 |
| Octal | 375 | 14 | 154 | 0 | 137 | 71 | 1 | 520 | 142 | 64 |
| Binary | 11111101 | 1100 | 1101100 | 0 | 1011111 | 111001 | 1 | 101010000 | 1100010 | 110100 |
Color Harmonies of #FD0C6C
Complementary color
Monochromatic Colors of #FD0C6C
Black with #FD0C6C
Text Example
Text Example
White with #FD0C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0C6C; }
p { color: rgb(253,12,108); }
H1.HeaderClassName
{
color: #FD0C6C;
}
.AnyTagClassName
{
color: #FD0C6C;
}
</style>
background-color css
<style>
a { background-color: #FD0C6C; }
a { background-color: rgb(253,12,108); }
div.DivClassName
{
background-color: #FD0C6C;
}
.BgClassName
{
background-color: #FD0C6C;
}
</style>
border-color css
<style>
span { border-color: #FD0C6C; }
span { border-color: rgb(253,12,108); }
td.TdClassName
{
border-color: #FD0C6C;
}
.TagClassName
{
border-color: #FD0C6C;
}
</style>