Shades of Razzmatazz #FD065D
Tints of Razzmatazz #FD065D
RGB
CMYK
RGB Variations
Color information
#FD065D (or 0xFD065D) is known color: Razzmatazz. HEX triplet: FD, 06 and 5D. RGB value is (253,6,93). Sum of RGB (Red+Green+Blue) = 253+6+93=352 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.88% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 253 - color contains mainly: red. Hex color #FD065D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD065D is #02F9A2. Grayscale: #595959. Windows color (decimal): -194979 or 6096637. OLE color: 6096637.
HSL color Cylindrical-coordinate representation of color #FD065D: hue angle of 338.87º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD065D is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 6 | 93 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.01 |
| HSL | 338.87º | 0.98% | 0.51% | - |
| HSV(B) | 338.87º | 0.98% | 0.99% | - |
| XYZ | 42.55 | 21.8 | 12.32 | - |
| YUV | 89.77 | 129.83 | 244.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 6 | 93 | 0 | 0.98 | 0.63 | 0.01 | 338.87 | 0.98 | 0.51 |
| Hex | FD | 6 | 5D | 0 | 62 | 3F | 1 | 153 | 62 | 33 |
| Octal | 375 | 6 | 135 | 0 | 142 | 77 | 1 | 523 | 142 | 63 |
| Binary | 11111101 | 110 | 1011101 | 0 | 1100010 | 111111 | 1 | 101010011 | 1100010 | 110011 |
Color Harmonies of #FD065D
Complementary color
Monochromatic Colors of #FD065D
Black with #FD065D
Text Example
Text Example
White with #FD065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD065D; }
p { color: rgb(253,6,93); }
H1.HeaderClassName
{
color: #FD065D;
}
.AnyTagClassName
{
color: #FD065D;
}
</style>
background-color css
<style>
a { background-color: #FD065D; }
a { background-color: rgb(253,6,93); }
div.DivClassName
{
background-color: #FD065D;
}
.BgClassName
{
background-color: #FD065D;
}
</style>
border-color css
<style>
span { border-color: #FD065D; }
span { border-color: rgb(253,6,93); }
td.TdClassName
{
border-color: #FD065D;
}
.TagClassName
{
border-color: #FD065D;
}
</style>