Shades of Razzmatazz #FA0B50
Tints of Razzmatazz #FA0B50
RGB
CMYK
RGB Variations
Color information
#FA0B50 (or 0xFA0B50) is known color: Razzmatazz. HEX triplet: FA, 0B and 50. RGB value is (250,11,80). Sum of RGB (Red+Green+Blue) = 250+11+80=341 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.31% from 341); Green value is 11 (4.69% from 255 or 3.23% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0B50 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0B50 is #05F4AF. Grayscale: #5A5A5A. Windows color (decimal): -390320 or 5245946. OLE color: 5245946.
HSL color Cylindrical-coordinate representation of color #FA0B50: hue angle of 342.68º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0B50 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 11 | 80 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.02 |
| HSL | 342.68º | 0.96% | 0.51% | - |
| HSV(B) | 342.68º | 0.96% | 0.98% | - |
| XYZ | 40.99 | 21.14 | 9.51 | - |
| YUV | 90.33 | 122.18 | 241.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 80 | 0 | 0.96 | 0.68 | 0.02 | 342.68 | 0.96 | 0.51 |
| Hex | FA | B | 50 | 0 | 60 | 44 | 2 | 157 | 60 | 33 |
| Octal | 372 | 13 | 120 | 0 | 140 | 104 | 2 | 527 | 140 | 63 |
| Binary | 11111010 | 1011 | 1010000 | 0 | 1100000 | 1000100 | 10 | 101010111 | 1100000 | 110011 |
Color Harmonies of #FA0B50
Complementary color
Monochromatic Colors of #FA0B50
Black with #FA0B50
Text Example
Text Example
White with #FA0B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0B50; }
p { color: rgb(250,11,80); }
H1.HeaderClassName
{
color: #FA0B50;
}
.AnyTagClassName
{
color: #FA0B50;
}
</style>
background-color css
<style>
a { background-color: #FA0B50; }
a { background-color: rgb(250,11,80); }
div.DivClassName
{
background-color: #FA0B50;
}
.BgClassName
{
background-color: #FA0B50;
}
</style>
border-color css
<style>
span { border-color: #FA0B50; }
span { border-color: rgb(250,11,80); }
td.TdClassName
{
border-color: #FA0B50;
}
.TagClassName
{
border-color: #FA0B50;
}
</style>