Shades of Razzmatazz #FD095C
Tints of Razzmatazz #FD095C
RGB
CMYK
RGB Variations
Color information
#FD095C (or 0xFD095C) is known color: Razzmatazz. HEX triplet: FD, 09 and 5C. RGB value is (253,9,92). Sum of RGB (Red+Green+Blue) = 253+9+92=354 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.47% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 253 - color contains mainly: red. Hex color #FD095C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD095C is #02F6A3. Grayscale: #5B5B5B. Windows color (decimal): -194212 or 6031869. OLE color: 6031869.
HSL color Cylindrical-coordinate representation of color #FD095C: hue angle of 339.59º 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 #FD095C is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 9 | 92 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.01 |
| HSL | 339.59º | 0.98% | 0.51% | - |
| HSV(B) | 339.59º | 0.96% | 0.99% | - |
| XYZ | 42.54 | 21.85 | 12.1 | - |
| YUV | 91.42 | 128.34 | 243.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 9 | 92 | 0 | 0.96 | 0.64 | 0.01 | 339.59 | 0.98 | 0.51 |
| Hex | FD | 9 | 5C | 0 | 60 | 40 | 1 | 154 | 62 | 33 |
| Octal | 375 | 11 | 134 | 0 | 140 | 100 | 1 | 524 | 142 | 63 |
| Binary | 11111101 | 1001 | 1011100 | 0 | 1100000 | 1000000 | 1 | 101010100 | 1100010 | 110011 |
Color Harmonies of #FD095C
Complementary color
Monochromatic Colors of #FD095C
Black with #FD095C
Text Example
Text Example
White with #FD095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD095C; }
p { color: rgb(253,9,92); }
H1.HeaderClassName
{
color: #FD095C;
}
.AnyTagClassName
{
color: #FD095C;
}
</style>
background-color css
<style>
a { background-color: #FD095C; }
a { background-color: rgb(253,9,92); }
div.DivClassName
{
background-color: #FD095C;
}
.BgClassName
{
background-color: #FD095C;
}
</style>
border-color css
<style>
span { border-color: #FD095C; }
span { border-color: rgb(253,9,92); }
td.TdClassName
{
border-color: #FD095C;
}
.TagClassName
{
border-color: #FD095C;
}
</style>