Shades of Razzmatazz #FA005B
Tints of Razzmatazz #FA005B
RGB
CMYK
RGB Variations
Color information
#FA005B (or 0xFA005B) is known color: Razzmatazz. HEX triplet: FA, 00 and 5B. RGB value is (250,0,91). Sum of RGB (Red+Green+Blue) = 250+0+91=341 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.31% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 250 - color contains mainly: red. Hex color #FA005B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA005B is #05FFA4. Grayscale: #555555. Windows color (decimal): -393125 or 5964026. OLE color: 5964026.
HSL color Cylindrical-coordinate representation of color #FA005B: hue angle of 338.16º 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 #FA005B is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.64 | 0.02 |
| HSL | 338.16º | 1% | 0.49% | - |
| HSV(B) | 338.16º | 1% | 0.98% | - |
| XYZ | 41.31 | 21.08 | 11.79 | - |
| YUV | 85.12 | 131.33 | 245.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 91 | 0 | 1 | 0.64 | 0.02 | 338.16 | 1 | 0.49 |
| Hex | FA | 0 | 5B | 0 | 64 | 40 | 2 | 152 | 64 | 31 |
| Octal | 372 | 0 | 133 | 0 | 144 | 100 | 2 | 522 | 144 | 61 |
| Binary | 11111010 | 0 | 1011011 | 0 | 1100100 | 1000000 | 10 | 101010010 | 1100100 | 110001 |
Color Harmonies of #FA005B
Complementary color
Monochromatic Colors of #FA005B
Black with #FA005B
Text Example
Text Example
White with #FA005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA005B; }
p { color: rgb(250,0,91); }
H1.HeaderClassName
{
color: #FA005B;
}
.AnyTagClassName
{
color: #FA005B;
}
</style>
background-color css
<style>
a { background-color: #FA005B; }
a { background-color: rgb(250,0,91); }
div.DivClassName
{
background-color: #FA005B;
}
.BgClassName
{
background-color: #FA005B;
}
</style>
border-color css
<style>
span { border-color: #FA005B; }
span { border-color: rgb(250,0,91); }
td.TdClassName
{
border-color: #FA005B;
}
.TagClassName
{
border-color: #FA005B;
}
</style>