Shades of Razzmatazz #FA0268
Tints of Razzmatazz #FA0268
RGB
CMYK
RGB Variations
Color information
#FA0268 (or 0xFA0268) is known color: Razzmatazz. HEX triplet: FA, 02 and 68. RGB value is (250,2,104). Sum of RGB (Red+Green+Blue) = 250+2+104=356 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.22% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0268 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0268 is #05FD97. Grayscale: #575757. Windows color (decimal): -392600 or 6816506. OLE color: 6816506.
HSL color Cylindrical-coordinate representation of color #FA0268: hue angle of 335.32º 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 #FA0268 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 104 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.02 |
| HSL | 335.32º | 0.98% | 0.49% | - |
| HSV(B) | 335.32º | 0.99% | 0.98% | - |
| XYZ | 41.94 | 21.37 | 15.01 | - |
| YUV | 87.78 | 137.16 | 243.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 104 | 0 | 0.99 | 0.58 | 0.02 | 335.32 | 0.98 | 0.49 |
| Hex | FA | 2 | 68 | 0 | 63 | 3A | 2 | 14F | 62 | 31 |
| Octal | 372 | 2 | 150 | 0 | 143 | 72 | 2 | 517 | 142 | 61 |
| Binary | 11111010 | 10 | 1101000 | 0 | 1100011 | 111010 | 10 | 101001111 | 1100010 | 110001 |
Color Harmonies of #FA0268
Complementary color
Monochromatic Colors of #FA0268
Black with #FA0268
Text Example
Text Example
White with #FA0268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0268; }
p { color: rgb(250,2,104); }
H1.HeaderClassName
{
color: #FA0268;
}
.AnyTagClassName
{
color: #FA0268;
}
</style>
background-color css
<style>
a { background-color: #FA0268; }
a { background-color: rgb(250,2,104); }
div.DivClassName
{
background-color: #FA0268;
}
.BgClassName
{
background-color: #FA0268;
}
</style>
border-color css
<style>
span { border-color: #FA0268; }
span { border-color: rgb(250,2,104); }
td.TdClassName
{
border-color: #FA0268;
}
.TagClassName
{
border-color: #FA0268;
}
</style>