Shades of Razzmatazz #FD036A
Tints of Razzmatazz #FD036A
RGB
CMYK
RGB Variations
Color information
#FD036A (or 0xFD036A) is known color: Razzmatazz. HEX triplet: FD, 03 and 6A. RGB value is (253,3,106). Sum of RGB (Red+Green+Blue) = 253+3+106=362 (47% of max value = 765). Red value is 253 (99.22% from 255 or 69.89% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 253 - color contains mainly: red. Hex color #FD036A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD036A is #02FC95. Grayscale: #595959. Windows color (decimal): -195734 or 6947837. OLE color: 6947837.
HSL color Cylindrical-coordinate representation of color #FD036A: hue angle of 335.28º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD036A is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 106 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.01 |
| HSL | 335.28º | 0.98% | 0.5% | - |
| HSV(B) | 335.28º | 0.99% | 0.99% | - |
| XYZ | 43.14 | 21.99 | 15.61 | - |
| YUV | 89.49 | 137.33 | 244.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 106 | 0 | 0.99 | 0.58 | 0.01 | 335.28 | 0.98 | 0.5 |
| Hex | FD | 3 | 6A | 0 | 63 | 3A | 1 | 14F | 62 | 32 |
| Octal | 375 | 3 | 152 | 0 | 143 | 72 | 1 | 517 | 142 | 62 |
| Binary | 11111101 | 11 | 1101010 | 0 | 1100011 | 111010 | 1 | 101001111 | 1100010 | 110010 |
Color Harmonies of #FD036A
Complementary color
Monochromatic Colors of #FD036A
Black with #FD036A
Text Example
Text Example
White with #FD036A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD036A; }
p { color: rgb(253,3,106); }
H1.HeaderClassName
{
color: #FD036A;
}
.AnyTagClassName
{
color: #FD036A;
}
</style>
background-color css
<style>
a { background-color: #FD036A; }
a { background-color: rgb(253,3,106); }
div.DivClassName
{
background-color: #FD036A;
}
.BgClassName
{
background-color: #FD036A;
}
</style>
border-color css
<style>
span { border-color: #FD036A; }
span { border-color: rgb(253,3,106); }
td.TdClassName
{
border-color: #FD036A;
}
.TagClassName
{
border-color: #FD036A;
}
</style>