Shades of Razzmatazz #FA0D52
Tints of Razzmatazz #FA0D52
RGB
CMYK
RGB Variations
Color information
#FA0D52 (or 0xFA0D52) is known color: Razzmatazz. HEX triplet: FA, 0D and 52. RGB value is (250,13,82). Sum of RGB (Red+Green+Blue) = 250+13+82=345 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.46% from 345); Green value is 13 (5.47% from 255 or 3.77% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0D52 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0D52 is #05F2AD. Grayscale: #5B5B5B. Windows color (decimal): -389806 or 5377530. OLE color: 5377530.
HSL color Cylindrical-coordinate representation of color #FA0D52: hue angle of 342.53º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA0D52 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 13 | 82 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.02 |
| HSL | 342.53º | 0.96% | 0.52% | - |
| HSV(B) | 342.53º | 0.95% | 0.98% | - |
| XYZ | 41.09 | 21.22 | 9.91 | - |
| YUV | 91.73 | 122.52 | 240.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 13 | 82 | 0 | 0.95 | 0.67 | 0.02 | 342.53 | 0.96 | 0.52 |
| Hex | FA | D | 52 | 0 | 5F | 43 | 2 | 157 | 60 | 34 |
| Octal | 372 | 15 | 122 | 0 | 137 | 103 | 2 | 527 | 140 | 64 |
| Binary | 11111010 | 1101 | 1010010 | 0 | 1011111 | 1000011 | 10 | 101010111 | 1100000 | 110100 |
Color Harmonies of #FA0D52
Complementary color
Monochromatic Colors of #FA0D52
Black with #FA0D52
Text Example
Text Example
White with #FA0D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0D52; }
p { color: rgb(250,13,82); }
H1.HeaderClassName
{
color: #FA0D52;
}
.AnyTagClassName
{
color: #FA0D52;
}
</style>
background-color css
<style>
a { background-color: #FA0D52; }
a { background-color: rgb(250,13,82); }
div.DivClassName
{
background-color: #FA0D52;
}
.BgClassName
{
background-color: #FA0D52;
}
</style>
border-color css
<style>
span { border-color: #FA0D52; }
span { border-color: rgb(250,13,82); }
td.TdClassName
{
border-color: #FA0D52;
}
.TagClassName
{
border-color: #FA0D52;
}
</style>