Shades of Razzmatazz #FD086A
Tints of Razzmatazz #FD086A
RGB
CMYK
RGB Variations
Color information
#FD086A (or 0xFD086A) is known color: Razzmatazz. HEX triplet: FD, 08 and 6A. RGB value is (253,8,106). Sum of RGB (Red+Green+Blue) = 253+8+106=367 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.94% from 367); Green value is 8 (3.52% from 255 or 2.18% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 253 - color contains mainly: red. Hex color #FD086A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD086A is #02F795. Grayscale: #5C5C5C. Windows color (decimal): -194454 or 6949117. OLE color: 6949117.
HSL color Cylindrical-coordinate representation of color #FD086A: hue angle of 336º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD086A is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 8 | 106 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.01 |
| HSL | 336º | 0.98% | 0.51% | - |
| HSV(B) | 336º | 0.97% | 0.99% | - |
| XYZ | 43.2 | 22.1 | 15.62 | - |
| YUV | 92.43 | 135.67 | 242.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 8 | 106 | 0 | 0.97 | 0.58 | 0.01 | 336 | 0.98 | 0.51 |
| Hex | FD | 8 | 6A | 0 | 61 | 3A | 1 | 150 | 62 | 33 |
| Octal | 375 | 10 | 152 | 0 | 141 | 72 | 1 | 520 | 142 | 63 |
| Binary | 11111101 | 1000 | 1101010 | 0 | 1100001 | 111010 | 1 | 101010000 | 1100010 | 110011 |
Color Harmonies of #FD086A
Complementary color
Monochromatic Colors of #FD086A
Black with #FD086A
Text Example
Text Example
White with #FD086A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD086A; }
p { color: rgb(253,8,106); }
H1.HeaderClassName
{
color: #FD086A;
}
.AnyTagClassName
{
color: #FD086A;
}
</style>
background-color css
<style>
a { background-color: #FD086A; }
a { background-color: rgb(253,8,106); }
div.DivClassName
{
background-color: #FD086A;
}
.BgClassName
{
background-color: #FD086A;
}
</style>
border-color css
<style>
span { border-color: #FD086A; }
span { border-color: rgb(253,8,106); }
td.TdClassName
{
border-color: #FD086A;
}
.TagClassName
{
border-color: #FD086A;
}
</style>