Shades of Razzmatazz #FA0065
Tints of Razzmatazz #FA0065
RGB
CMYK
RGB Variations
Color information
#FA0065 (or 0xFA0065) is known color: Razzmatazz. HEX triplet: FA, 00 and 65. RGB value is (250,0,101). Sum of RGB (Red+Green+Blue) = 250+0+101=351 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.23% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 101 (39.84% from 255 or 28.77% from 351); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0065 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0065 is #05FF9A. Grayscale: #565656. Windows color (decimal): -393115 or 6619386. OLE color: 6619386.
HSL color Cylindrical-coordinate representation of color #FA0065: hue angle of 335.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA0065 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.60 | 0.02 |
| HSL | 335.76º | 1% | 0.49% | - |
| HSV(B) | 335.76º | 1% | 0.98% | - |
| XYZ | 41.77 | 21.26 | 14.21 | - |
| YUV | 86.26 | 136.33 | 244.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 101 | 0 | 1 | 0.60 | 0.02 | 335.76 | 1 | 0.49 |
| Hex | FA | 0 | 65 | 0 | 64 | 3C | 2 | 150 | 64 | 31 |
| Octal | 372 | 0 | 145 | 0 | 144 | 74 | 2 | 520 | 144 | 61 |
| Binary | 11111010 | 0 | 1100101 | 0 | 1100100 | 111100 | 10 | 101010000 | 1100100 | 110001 |
Color Harmonies of #FA0065
Complementary color
Monochromatic Colors of #FA0065
Black with #FA0065
Text Example
Text Example
White with #FA0065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0065; }
p { color: rgb(250,0,101); }
H1.HeaderClassName
{
color: #FA0065;
}
.AnyTagClassName
{
color: #FA0065;
}
</style>
background-color css
<style>
a { background-color: #FA0065; }
a { background-color: rgb(250,0,101); }
div.DivClassName
{
background-color: #FA0065;
}
.BgClassName
{
background-color: #FA0065;
}
</style>
border-color css
<style>
span { border-color: #FA0065; }
span { border-color: rgb(250,0,101); }
td.TdClassName
{
border-color: #FA0065;
}
.TagClassName
{
border-color: #FA0065;
}
</style>