Shades of Razzmatazz #FA0175
Tints of Razzmatazz #FA0175
RGB
CMYK
RGB Variations
Color information
#FA0175 (or 0xFA0175) is known color: Razzmatazz. HEX triplet: FA, 01 and 75. RGB value is (250,1,117). Sum of RGB (Red+Green+Blue) = 250+1+117=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 1 (0.78% from 255 or 0.27% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0175 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0175 is #05FE8A. Grayscale: #585858. Windows color (decimal): -392843 or 7668218. OLE color: 7668218.
HSL color Cylindrical-coordinate representation of color #FA0175: hue angle of 332.05º 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 #FA0175 is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 117 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.02 |
| HSL | 332.05º | 0.99% | 0.49% | - |
| HSV(B) | 332.05º | 1% | 0.98% | - |
| XYZ | 42.65 | 21.63 | 18.76 | - |
| YUV | 88.68 | 143.99 | 243.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 117 | 0 | 1.00 | 0.53 | 0.02 | 332.05 | 0.99 | 0.49 |
| Hex | FA | 1 | 75 | 0 | 64 | 35 | 2 | 14C | 63 | 31 |
| Octal | 372 | 1 | 165 | 0 | 144 | 65 | 2 | 514 | 143 | 61 |
| Binary | 11111010 | 1 | 1110101 | 0 | 1100100 | 110101 | 10 | 101001100 | 1100011 | 110001 |
Color Harmonies of #FA0175
Complementary color
Monochromatic Colors of #FA0175
Black with #FA0175
Text Example
Text Example
White with #FA0175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0175; }
p { color: rgb(250,1,117); }
H1.HeaderClassName
{
color: #FA0175;
}
.AnyTagClassName
{
color: #FA0175;
}
</style>
background-color css
<style>
a { background-color: #FA0175; }
a { background-color: rgb(250,1,117); }
div.DivClassName
{
background-color: #FA0175;
}
.BgClassName
{
background-color: #FA0175;
}
</style>
border-color css
<style>
span { border-color: #FA0175; }
span { border-color: rgb(250,1,117); }
td.TdClassName
{
border-color: #FA0175;
}
.TagClassName
{
border-color: #FA0175;
}
</style>