Shades of Razzmatazz #FD165A
Tints of Razzmatazz #FD165A
RGB
CMYK
RGB Variations
Color information
#FD165A (or 0xFD165A) is known color: Razzmatazz. HEX triplet: FD, 16 and 5A. RGB value is (253,22,90). Sum of RGB (Red+Green+Blue) = 253+22+90=365 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.32% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 253 - color contains mainly: red. Hex color #FD165A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD165A is #02E9A5. Grayscale: #626262. Windows color (decimal): -190886 or 5904125. OLE color: 5904125.
HSL color Cylindrical-coordinate representation of color #FD165A: hue angle of 342.34º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD165A is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 22 | 90 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.01 |
| HSL | 342.34º | 0.98% | 0.54% | - |
| HSV(B) | 342.34º | 0.91% | 0.99% | - |
| XYZ | 42.64 | 22.19 | 11.71 | - |
| YUV | 98.82 | 123.03 | 237.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 22 | 90 | 0 | 0.91 | 0.64 | 0.01 | 342.34 | 0.98 | 0.54 |
| Hex | FD | 16 | 5A | 0 | 5B | 40 | 1 | 156 | 62 | 36 |
| Octal | 375 | 26 | 132 | 0 | 133 | 100 | 1 | 526 | 142 | 66 |
| Binary | 11111101 | 10110 | 1011010 | 0 | 1011011 | 1000000 | 1 | 101010110 | 1100010 | 110110 |
Color Harmonies of #FD165A
Complementary color
Monochromatic Colors of #FD165A
Black with #FD165A
Text Example
Text Example
White with #FD165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD165A; }
p { color: rgb(253,22,90); }
H1.HeaderClassName
{
color: #FD165A;
}
.AnyTagClassName
{
color: #FD165A;
}
</style>
background-color css
<style>
a { background-color: #FD165A; }
a { background-color: rgb(253,22,90); }
div.DivClassName
{
background-color: #FD165A;
}
.BgClassName
{
background-color: #FD165A;
}
</style>
border-color css
<style>
span { border-color: #FD165A; }
span { border-color: rgb(253,22,90); }
td.TdClassName
{
border-color: #FD165A;
}
.TagClassName
{
border-color: #FD165A;
}
</style>