Shades of Razzmatazz #FA0253
Tints of Razzmatazz #FA0253
RGB
CMYK
RGB Variations
Color information
#FA0253 (or 0xFA0253) is known color: Razzmatazz. HEX triplet: FA, 02 and 53. RGB value is (250,2,83). Sum of RGB (Red+Green+Blue) = 250+2+83=335 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.63% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0253 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0253 is #05FDAC. Grayscale: #555555. Windows color (decimal): -392621 or 5440250. OLE color: 5440250.
HSL color Cylindrical-coordinate representation of color #FA0253: hue angle of 340.4º 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 #FA0253 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 83 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.02 |
| HSL | 340.4º | 0.98% | 0.49% | - |
| HSV(B) | 340.4º | 0.99% | 0.98% | - |
| XYZ | 41.01 | 20.99 | 10.07 | - |
| YUV | 85.39 | 126.66 | 245.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 83 | 0 | 0.99 | 0.67 | 0.02 | 340.4 | 0.98 | 0.49 |
| Hex | FA | 2 | 53 | 0 | 63 | 43 | 2 | 154 | 62 | 31 |
| Octal | 372 | 2 | 123 | 0 | 143 | 103 | 2 | 524 | 142 | 61 |
| Binary | 11111010 | 10 | 1010011 | 0 | 1100011 | 1000011 | 10 | 101010100 | 1100010 | 110001 |
Color Harmonies of #FA0253
Complementary color
Monochromatic Colors of #FA0253
Black with #FA0253
Text Example
Text Example
White with #FA0253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0253; }
p { color: rgb(250,2,83); }
H1.HeaderClassName
{
color: #FA0253;
}
.AnyTagClassName
{
color: #FA0253;
}
</style>
background-color css
<style>
a { background-color: #FA0253; }
a { background-color: rgb(250,2,83); }
div.DivClassName
{
background-color: #FA0253;
}
.BgClassName
{
background-color: #FA0253;
}
</style>
border-color css
<style>
span { border-color: #FA0253; }
span { border-color: rgb(250,2,83); }
td.TdClassName
{
border-color: #FA0253;
}
.TagClassName
{
border-color: #FA0253;
}
</style>