Shades of Razzmatazz #FC105C
Tints of Razzmatazz #FC105C
RGB
CMYK
RGB Variations
Color information
#FC105C (or 0xFC105C) is known color: Razzmatazz. HEX triplet: FC, 10 and 5C. RGB value is (252,16,92). Sum of RGB (Red+Green+Blue) = 252+16+92=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC105C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC105C is #03EFA3. Grayscale: #5F5F5F. Windows color (decimal): -257956 or 6033660. OLE color: 6033660.
HSL color Cylindrical-coordinate representation of color #FC105C: hue angle of 340.68º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC105C is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 92 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.01 |
| HSL | 340.68º | 0.98% | 0.53% | - |
| HSV(B) | 340.68º | 0.94% | 0.99% | - |
| XYZ | 42.26 | 21.84 | 12.11 | - |
| YUV | 95.23 | 126.19 | 239.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 92 | 0 | 0.94 | 0.63 | 0.01 | 340.68 | 0.98 | 0.53 |
| Hex | FC | 10 | 5C | 0 | 5E | 3F | 1 | 155 | 62 | 35 |
| Octal | 374 | 20 | 134 | 0 | 136 | 77 | 1 | 525 | 142 | 65 |
| Binary | 11111100 | 10000 | 1011100 | 0 | 1011110 | 111111 | 1 | 101010101 | 1100010 | 110101 |
Color Harmonies of #FC105C
Complementary color
Monochromatic Colors of #FC105C
Black with #FC105C
Text Example
Text Example
White with #FC105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC105C; }
p { color: rgb(252,16,92); }
H1.HeaderClassName
{
color: #FC105C;
}
.AnyTagClassName
{
color: #FC105C;
}
</style>
background-color css
<style>
a { background-color: #FC105C; }
a { background-color: rgb(252,16,92); }
div.DivClassName
{
background-color: #FC105C;
}
.BgClassName
{
background-color: #FC105C;
}
</style>
border-color css
<style>
span { border-color: #FC105C; }
span { border-color: rgb(252,16,92); }
td.TdClassName
{
border-color: #FC105C;
}
.TagClassName
{
border-color: #FC105C;
}
</style>