Shades of Razzmatazz #FD095E
Tints of Razzmatazz #FD095E
RGB
CMYK
RGB Variations
Color information
#FD095E (or 0xFD095E) is known color: Razzmatazz. HEX triplet: FD, 09 and 5E. RGB value is (253,9,94). Sum of RGB (Red+Green+Blue) = 253+9+94=356 (47% of max value = 765). Red value is 253 (99.22% from 255 or 71.07% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 253 - color contains mainly: red. Hex color #FD095E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD095E is #02F6A1. Grayscale: #5B5B5B. Windows color (decimal): -194210 or 6162941. OLE color: 6162941.
HSL color Cylindrical-coordinate representation of color #FD095E: hue angle of 339.1º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD095E is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 9 | 94 | - |
CMYK | 0 | 0.96 | 0.63 | 0.01 |
HSL | 339.1º | 0.98% | 0.51% | - |
HSV(B) | 339.1º | 0.96% | 0.99% | - |
XYZ | 42.63 | 21.89 | 12.57 | - |
YUV | 91.65 | 129.34 | 243.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 9 | 94 | 0 | 0.96 | 0.63 | 0.01 | 339.1 | 0.98 | 0.51 |
Hex | FD | 9 | 5E | 0 | 60 | 3F | 1 | 153 | 62 | 33 |
Octal | 375 | 11 | 136 | 0 | 140 | 77 | 1 | 523 | 142 | 63 |
Binary | 11111101 | 1001 | 1011110 | 0 | 1100000 | 111111 | 1 | 101010011 | 1100010 | 110011 |
Color Harmonies of #FD095E
Complementary color
Monochromatic Colors of #FD095E
Black with #FD095E
Text Example
Text Example
White with #FD095E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD095E; }
p { color: rgb(253,9,94); }
H1.HeaderClassName
{
color: #FD095E;
}
.AnyTagClassName
{
color: #FD095E;
}
</style>
background-color css
<style>
a { background-color: #FD095E; }
a { background-color: rgb(253,9,94); }
div.DivClassName
{
background-color: #FD095E;
}
.BgClassName
{
background-color: #FD095E;
}
</style>
border-color css
<style>
span { border-color: #FD095E; }
span { border-color: rgb(253,9,94); }
td.TdClassName
{
border-color: #FD095E;
}
.TagClassName
{
border-color: #FD095E;
}
</style>