Shades of Razzmatazz #FA0155
Tints of Razzmatazz #FA0155
RGB
CMYK
RGB Variations
Color information
#FA0155 (or 0xFA0155) is known color: Razzmatazz. HEX triplet: FA, 01 and 55. RGB value is (250,1,85). Sum of RGB (Red+Green+Blue) = 250+1+85=336 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.40% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0155 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0155 is #05FEAA. Grayscale: #545454. Windows color (decimal): -392875 or 5571066. OLE color: 5571066.
HSL color Cylindrical-coordinate representation of color #FA0155: hue angle of 339.76º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA0155 is Cyan = 0, Magento = 1.00, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 85 | - |
| CMYK | 0 | 1.00 | 0.66 | 0.02 |
| HSL | 339.76º | 0.99% | 0.49% | - |
| HSV(B) | 339.76º | 1% | 0.98% | - |
| XYZ | 41.07 | 21 | 10.48 | - |
| YUV | 85.03 | 127.99 | 245.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 85 | 0 | 1.00 | 0.66 | 0.02 | 339.76 | 0.99 | 0.49 |
| Hex | FA | 1 | 55 | 0 | 64 | 42 | 2 | 154 | 63 | 31 |
| Octal | 372 | 1 | 125 | 0 | 144 | 102 | 2 | 524 | 143 | 61 |
| Binary | 11111010 | 1 | 1010101 | 0 | 1100100 | 1000010 | 10 | 101010100 | 1100011 | 110001 |
Color Harmonies of #FA0155
Complementary color
Monochromatic Colors of #FA0155
Black with #FA0155
Text Example
Text Example
White with #FA0155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0155; }
p { color: rgb(250,1,85); }
H1.HeaderClassName
{
color: #FA0155;
}
.AnyTagClassName
{
color: #FA0155;
}
</style>
background-color css
<style>
a { background-color: #FA0155; }
a { background-color: rgb(250,1,85); }
div.DivClassName
{
background-color: #FA0155;
}
.BgClassName
{
background-color: #FA0155;
}
</style>
border-color css
<style>
span { border-color: #FA0155; }
span { border-color: rgb(250,1,85); }
td.TdClassName
{
border-color: #FA0155;
}
.TagClassName
{
border-color: #FA0155;
}
</style>