Shades of Razzmatazz #FA0370
Tints of Razzmatazz #FA0370
RGB
CMYK
RGB Variations
Color information
#FA0370 (or 0xFA0370) is known color: Razzmatazz. HEX triplet: FA, 03 and 70. RGB value is (250,3,112). Sum of RGB (Red+Green+Blue) = 250+3+112=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0370 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0370 is #05FC8F. Grayscale: #595959. Windows color (decimal): -392336 or 7341050. OLE color: 7341050.
HSL color Cylindrical-coordinate representation of color #FA0370: hue angle of 333.52º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA0370 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 3 | 112 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.02 |
| HSL | 333.52º | 0.98% | 0.5% | - |
| HSV(B) | 333.52º | 0.99% | 0.98% | - |
| XYZ | 42.38 | 21.56 | 17.26 | - |
| YUV | 89.28 | 140.83 | 242.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 3 | 112 | 0 | 0.99 | 0.55 | 0.02 | 333.52 | 0.98 | 0.5 |
| Hex | FA | 3 | 70 | 0 | 63 | 37 | 2 | 14E | 62 | 32 |
| Octal | 372 | 3 | 160 | 0 | 143 | 67 | 2 | 516 | 142 | 62 |
| Binary | 11111010 | 11 | 1110000 | 0 | 1100011 | 110111 | 10 | 101001110 | 1100010 | 110010 |
Color Harmonies of #FA0370
Complementary color
Monochromatic Colors of #FA0370
Black with #FA0370
Text Example
Text Example
White with #FA0370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0370; }
p { color: rgb(250,3,112); }
H1.HeaderClassName
{
color: #FA0370;
}
.AnyTagClassName
{
color: #FA0370;
}
</style>
background-color css
<style>
a { background-color: #FA0370; }
a { background-color: rgb(250,3,112); }
div.DivClassName
{
background-color: #FA0370;
}
.BgClassName
{
background-color: #FA0370;
}
</style>
border-color css
<style>
span { border-color: #FA0370; }
span { border-color: rgb(250,3,112); }
td.TdClassName
{
border-color: #FA0370;
}
.TagClassName
{
border-color: #FA0370;
}
</style>