Shades of Razzmatazz #FA165D
Tints of Razzmatazz #FA165D
RGB
CMYK
RGB Variations
Color information
#FA165D (or 0xFA165D) is known color: Razzmatazz. HEX triplet: FA, 16 and 5D. RGB value is (250,22,93). Sum of RGB (Red+Green+Blue) = 250+22+93=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA165D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA165D is #05E9A2. Grayscale: #626262. Windows color (decimal): -387491 or 6100730. OLE color: 6100730.
HSL color Cylindrical-coordinate representation of color #FA165D: hue angle of 341.32º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA165D is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 22 | 93 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.02 |
| HSL | 341.32º | 0.96% | 0.53% | - |
| HSV(B) | 341.32º | 0.91% | 0.98% | - |
| XYZ | 41.69 | 21.69 | 12.35 | - |
| YUV | 98.27 | 125.04 | 236.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 22 | 93 | 0 | 0.91 | 0.63 | 0.02 | 341.32 | 0.96 | 0.53 |
| Hex | FA | 16 | 5D | 0 | 5B | 3F | 2 | 155 | 60 | 35 |
| Octal | 372 | 26 | 135 | 0 | 133 | 77 | 2 | 525 | 140 | 65 |
| Binary | 11111010 | 10110 | 1011101 | 0 | 1011011 | 111111 | 10 | 101010101 | 1100000 | 110101 |
Color Harmonies of #FA165D
Complementary color
Monochromatic Colors of #FA165D
Black with #FA165D
Text Example
Text Example
White with #FA165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA165D; }
p { color: rgb(250,22,93); }
H1.HeaderClassName
{
color: #FA165D;
}
.AnyTagClassName
{
color: #FA165D;
}
</style>
background-color css
<style>
a { background-color: #FA165D; }
a { background-color: rgb(250,22,93); }
div.DivClassName
{
background-color: #FA165D;
}
.BgClassName
{
background-color: #FA165D;
}
</style>
border-color css
<style>
span { border-color: #FA165D; }
span { border-color: rgb(250,22,93); }
td.TdClassName
{
border-color: #FA165D;
}
.TagClassName
{
border-color: #FA165D;
}
</style>