Shades of Razzmatazz #FC095D
Tints of Razzmatazz #FC095D
RGB
CMYK
RGB Variations
Color information
#FC095D (or 0xFC095D) is known color: Razzmatazz. HEX triplet: FC, 09 and 5D. RGB value is (252,9,93). Sum of RGB (Red+Green+Blue) = 252+9+93=354 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.19% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 252 - color contains mainly: red. Hex color #FC095D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC095D is #03F6A2. Grayscale: #5B5B5B. Windows color (decimal): -259747 or 6097404. OLE color: 6097404.
HSL color Cylindrical-coordinate representation of color #FC095D: hue angle of 339.26º 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 #FC095D is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 93 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.01 |
| HSL | 339.26º | 0.98% | 0.51% | - |
| HSV(B) | 339.26º | 0.96% | 0.99% | - |
| XYZ | 42.22 | 21.68 | 12.32 | - |
| YUV | 91.23 | 129.01 | 242.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 93 | 0 | 0.96 | 0.63 | 0.01 | 339.26 | 0.98 | 0.51 |
| Hex | FC | 9 | 5D | 0 | 60 | 3F | 1 | 153 | 62 | 33 |
| Octal | 374 | 11 | 135 | 0 | 140 | 77 | 1 | 523 | 142 | 63 |
| Binary | 11111100 | 1001 | 1011101 | 0 | 1100000 | 111111 | 1 | 101010011 | 1100010 | 110011 |
Color Harmonies of #FC095D
Complementary color
Monochromatic Colors of #FC095D
Black with #FC095D
Text Example
Text Example
White with #FC095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC095D; }
p { color: rgb(252,9,93); }
H1.HeaderClassName
{
color: #FC095D;
}
.AnyTagClassName
{
color: #FC095D;
}
</style>
background-color css
<style>
a { background-color: #FC095D; }
a { background-color: rgb(252,9,93); }
div.DivClassName
{
background-color: #FC095D;
}
.BgClassName
{
background-color: #FC095D;
}
</style>
border-color css
<style>
span { border-color: #FC095D; }
span { border-color: rgb(252,9,93); }
td.TdClassName
{
border-color: #FC095D;
}
.TagClassName
{
border-color: #FC095D;
}
</style>