Shades of Razzmatazz #FA0262
Tints of Razzmatazz #FA0262
RGB
CMYK
RGB Variations
Color information
#FA0262 (or 0xFA0262) is known color: Razzmatazz. HEX triplet: FA, 02 and 62. RGB value is (250,2,98). Sum of RGB (Red+Green+Blue) = 250+2+98=350 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.43% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0262 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0262 is #05FD9D. Grayscale: #565656. Windows color (decimal): -392606 or 6423290. OLE color: 6423290.
HSL color Cylindrical-coordinate representation of color #FA0262: hue angle of 336.77º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA0262 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 98 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.02 |
| HSL | 336.77º | 0.98% | 0.49% | - |
| HSV(B) | 336.77º | 0.99% | 0.98% | - |
| XYZ | 41.65 | 21.25 | 13.46 | - |
| YUV | 87.1 | 134.16 | 244.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 98 | 0 | 0.99 | 0.61 | 0.02 | 336.77 | 0.98 | 0.49 |
| Hex | FA | 2 | 62 | 0 | 63 | 3D | 2 | 151 | 62 | 31 |
| Octal | 372 | 2 | 142 | 0 | 143 | 75 | 2 | 521 | 142 | 61 |
| Binary | 11111010 | 10 | 1100010 | 0 | 1100011 | 111101 | 10 | 101010001 | 1100010 | 110001 |
Color Harmonies of #FA0262
Complementary color
Monochromatic Colors of #FA0262
Black with #FA0262
Text Example
Text Example
White with #FA0262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0262; }
p { color: rgb(250,2,98); }
H1.HeaderClassName
{
color: #FA0262;
}
.AnyTagClassName
{
color: #FA0262;
}
</style>
background-color css
<style>
a { background-color: #FA0262; }
a { background-color: rgb(250,2,98); }
div.DivClassName
{
background-color: #FA0262;
}
.BgClassName
{
background-color: #FA0262;
}
</style>
border-color css
<style>
span { border-color: #FA0262; }
span { border-color: rgb(250,2,98); }
td.TdClassName
{
border-color: #FA0262;
}
.TagClassName
{
border-color: #FA0262;
}
</style>