Shades of Razzmatazz #FC0965
Tints of Razzmatazz #FC0965
RGB
CMYK
RGB Variations
Color information
#FC0965 (or 0xFC0965) is known color: Razzmatazz. HEX triplet: FC, 09 and 65. RGB value is (252,9,101). Sum of RGB (Red+Green+Blue) = 252+9+101=362 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.61% from 362); Green value is 9 (3.91% from 255 or 2.49% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0965 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0965 is #03F69A. Grayscale: #5C5C5C. Windows color (decimal): -259739 or 6621692. OLE color: 6621692.
HSL color Cylindrical-coordinate representation of color #FC0965: hue angle of 337.28º 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 #FC0965 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 101 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.01 |
| HSL | 337.28º | 0.98% | 0.51% | - |
| HSV(B) | 337.28º | 0.96% | 0.99% | - |
| XYZ | 42.59 | 21.83 | 14.28 | - |
| YUV | 92.15 | 133.01 | 242.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 101 | 0 | 0.96 | 0.60 | 0.01 | 337.28 | 0.98 | 0.51 |
| Hex | FC | 9 | 65 | 0 | 60 | 3C | 1 | 151 | 62 | 33 |
| Octal | 374 | 11 | 145 | 0 | 140 | 74 | 1 | 521 | 142 | 63 |
| Binary | 11111100 | 1001 | 1100101 | 0 | 1100000 | 111100 | 1 | 101010001 | 1100010 | 110011 |
Color Harmonies of #FC0965
Complementary color
Monochromatic Colors of #FC0965
Black with #FC0965
Text Example
Text Example
White with #FC0965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0965; }
p { color: rgb(252,9,101); }
H1.HeaderClassName
{
color: #FC0965;
}
.AnyTagClassName
{
color: #FC0965;
}
</style>
background-color css
<style>
a { background-color: #FC0965; }
a { background-color: rgb(252,9,101); }
div.DivClassName
{
background-color: #FC0965;
}
.BgClassName
{
background-color: #FC0965;
}
</style>
border-color css
<style>
span { border-color: #FC0965; }
span { border-color: rgb(252,9,101); }
td.TdClassName
{
border-color: #FC0965;
}
.TagClassName
{
border-color: #FC0965;
}
</style>