Shades of Razzmatazz #FA0D6F
Tints of Razzmatazz #FA0D6F
RGB
CMYK
RGB Variations
Color information
#FA0D6F (or 0xFA0D6F) is known color: Razzmatazz. HEX triplet: FA, 0D and 6F. RGB value is (250,13,111). Sum of RGB (Red+Green+Blue) = 250+13+111=374 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.84% from 374); Green value is 13 (5.47% from 255 or 3.48% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0D6F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0D6F is #05F290. Grayscale: #5E5E5E. Windows color (decimal): -389777 or 7278074. OLE color: 7278074.
HSL color Cylindrical-coordinate representation of color #FA0D6F: hue angle of 335.19º 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 #FA0D6F is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 13 | 111 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.02 |
| HSL | 335.19º | 0.96% | 0.52% | - |
| HSV(B) | 335.19º | 0.95% | 0.98% | - |
| XYZ | 42.44 | 21.76 | 17 | - |
| YUV | 95.04 | 137.02 | 238.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 13 | 111 | 0 | 0.95 | 0.56 | 0.02 | 335.19 | 0.96 | 0.52 |
| Hex | FA | D | 6F | 0 | 5F | 38 | 2 | 14F | 60 | 34 |
| Octal | 372 | 15 | 157 | 0 | 137 | 70 | 2 | 517 | 140 | 64 |
| Binary | 11111010 | 1101 | 1101111 | 0 | 1011111 | 111000 | 10 | 101001111 | 1100000 | 110100 |
Color Harmonies of #FA0D6F
Complementary color
Monochromatic Colors of #FA0D6F
Black with #FA0D6F
Text Example
Text Example
White with #FA0D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0D6F; }
p { color: rgb(250,13,111); }
H1.HeaderClassName
{
color: #FA0D6F;
}
.AnyTagClassName
{
color: #FA0D6F;
}
</style>
background-color css
<style>
a { background-color: #FA0D6F; }
a { background-color: rgb(250,13,111); }
div.DivClassName
{
background-color: #FA0D6F;
}
.BgClassName
{
background-color: #FA0D6F;
}
</style>
border-color css
<style>
span { border-color: #FA0D6F; }
span { border-color: rgb(250,13,111); }
td.TdClassName
{
border-color: #FA0D6F;
}
.TagClassName
{
border-color: #FA0D6F;
}
</style>