Shades of Razzmatazz #FD066A
Tints of Razzmatazz #FD066A
RGB
CMYK
RGB Variations
Color information
#FD066A (or 0xFD066A) is known color: Razzmatazz. HEX triplet: FD, 06 and 6A. RGB value is (253,6,106). Sum of RGB (Red+Green+Blue) = 253+6+106=365 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.32% from 365); Green value is 6 (2.73% from 255 or 1.64% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 253 - color contains mainly: red. Hex color #FD066A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD066A is #02F995. Grayscale: #5B5B5B. Windows color (decimal): -194966 or 6948605. OLE color: 6948605.
HSL color Cylindrical-coordinate representation of color #FD066A: hue angle of 335.71º 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 #FD066A is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 6 | 106 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.01 |
| HSL | 335.71º | 0.98% | 0.51% | - |
| HSV(B) | 335.71º | 0.98% | 0.99% | - |
| XYZ | 43.17 | 22.05 | 15.62 | - |
| YUV | 91.25 | 136.33 | 243.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 6 | 106 | 0 | 0.98 | 0.58 | 0.01 | 335.71 | 0.98 | 0.51 |
| Hex | FD | 6 | 6A | 0 | 62 | 3A | 1 | 150 | 62 | 33 |
| Octal | 375 | 6 | 152 | 0 | 142 | 72 | 1 | 520 | 142 | 63 |
| Binary | 11111101 | 110 | 1101010 | 0 | 1100010 | 111010 | 1 | 101010000 | 1100010 | 110011 |
Color Harmonies of #FD066A
Complementary color
Monochromatic Colors of #FD066A
Black with #FD066A
Text Example
Text Example
White with #FD066A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD066A; }
p { color: rgb(253,6,106); }
H1.HeaderClassName
{
color: #FD066A;
}
.AnyTagClassName
{
color: #FD066A;
}
</style>
background-color css
<style>
a { background-color: #FD066A; }
a { background-color: rgb(253,6,106); }
div.DivClassName
{
background-color: #FD066A;
}
.BgClassName
{
background-color: #FD066A;
}
</style>
border-color css
<style>
span { border-color: #FD066A; }
span { border-color: rgb(253,6,106); }
td.TdClassName
{
border-color: #FD066A;
}
.TagClassName
{
border-color: #FD066A;
}
</style>