Shades of Razzmatazz #FA0865
Tints of Razzmatazz #FA0865
RGB
CMYK
RGB Variations
Color information
#FA0865 (or 0xFA0865) is known color: Razzmatazz. HEX triplet: FA, 08 and 65. RGB value is (250,8,101). Sum of RGB (Red+Green+Blue) = 250+8+101=359 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.64% from 359); Green value is 8 (3.52% from 255 or 2.23% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0865 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0865 is #05F79A. Grayscale: #5A5A5A. Windows color (decimal): -391067 or 6621434. OLE color: 6621434.
HSL color Cylindrical-coordinate representation of color #FA0865: hue angle of 336.94º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA0865 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 8 | 101 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.02 |
| HSL | 336.94º | 0.96% | 0.51% | - |
| HSV(B) | 336.94º | 0.97% | 0.98% | - |
| XYZ | 41.86 | 21.44 | 14.24 | - |
| YUV | 90.96 | 133.67 | 241.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 8 | 101 | 0 | 0.97 | 0.60 | 0.02 | 336.94 | 0.96 | 0.51 |
| Hex | FA | 8 | 65 | 0 | 61 | 3C | 2 | 151 | 60 | 33 |
| Octal | 372 | 10 | 145 | 0 | 141 | 74 | 2 | 521 | 140 | 63 |
| Binary | 11111010 | 1000 | 1100101 | 0 | 1100001 | 111100 | 10 | 101010001 | 1100000 | 110011 |
Color Harmonies of #FA0865
Complementary color
Monochromatic Colors of #FA0865
Black with #FA0865
Text Example
Text Example
White with #FA0865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0865; }
p { color: rgb(250,8,101); }
H1.HeaderClassName
{
color: #FA0865;
}
.AnyTagClassName
{
color: #FA0865;
}
</style>
background-color css
<style>
a { background-color: #FA0865; }
a { background-color: rgb(250,8,101); }
div.DivClassName
{
background-color: #FA0865;
}
.BgClassName
{
background-color: #FA0865;
}
</style>
border-color css
<style>
span { border-color: #FA0865; }
span { border-color: rgb(250,8,101); }
td.TdClassName
{
border-color: #FA0865;
}
.TagClassName
{
border-color: #FA0865;
}
</style>