Shades of Razzmatazz #FA0F5E
Tints of Razzmatazz #FA0F5E
RGB
CMYK
RGB Variations
Color information
#FA0F5E (or 0xFA0F5E) is known color: Razzmatazz. HEX triplet: FA, 0F and 5E. RGB value is (250,15,94). Sum of RGB (Red+Green+Blue) = 250+15+94=359 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.64% from 359); Green value is 15 (6.25% from 255 or 4.18% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0F5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0F5E is #05F0A1. Grayscale: #5E5E5E. Windows color (decimal): -389282 or 6164474. OLE color: 6164474.
HSL color Cylindrical-coordinate representation of color #FA0F5E: hue angle of 339.83º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA0F5E is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 15 | 94 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.02 |
| HSL | 339.83º | 0.96% | 0.52% | - |
| HSV(B) | 339.83º | 0.94% | 0.98% | - |
| XYZ | 41.62 | 21.47 | 12.54 | - |
| YUV | 94.27 | 127.86 | 239.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 15 | 94 | 0 | 0.94 | 0.62 | 0.02 | 339.83 | 0.96 | 0.52 |
| Hex | FA | F | 5E | 0 | 5E | 3E | 2 | 154 | 60 | 34 |
| Octal | 372 | 17 | 136 | 0 | 136 | 76 | 2 | 524 | 140 | 64 |
| Binary | 11111010 | 1111 | 1011110 | 0 | 1011110 | 111110 | 10 | 101010100 | 1100000 | 110100 |
Color Harmonies of #FA0F5E
Complementary color
Monochromatic Colors of #FA0F5E
Black with #FA0F5E
Text Example
Text Example
White with #FA0F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0F5E; }
p { color: rgb(250,15,94); }
H1.HeaderClassName
{
color: #FA0F5E;
}
.AnyTagClassName
{
color: #FA0F5E;
}
</style>
background-color css
<style>
a { background-color: #FA0F5E; }
a { background-color: rgb(250,15,94); }
div.DivClassName
{
background-color: #FA0F5E;
}
.BgClassName
{
background-color: #FA0F5E;
}
</style>
border-color css
<style>
span { border-color: #FA0F5E; }
span { border-color: rgb(250,15,94); }
td.TdClassName
{
border-color: #FA0F5E;
}
.TagClassName
{
border-color: #FA0F5E;
}
</style>