Shades of Razzmatazz #FA0C6F
Tints of Razzmatazz #FA0C6F
RGB
CMYK
RGB Variations
Color information
#FA0C6F (or 0xFA0C6F) is known color: Razzmatazz. HEX triplet: FA, 0C and 6F. RGB value is (250,12,111). Sum of RGB (Red+Green+Blue) = 250+12+111=373 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.02% from 373); Green value is 12 (5.08% from 255 or 3.22% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0C6F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0C6F is #05F390. Grayscale: #5E5E5E. Windows color (decimal): -390033 or 7277818. OLE color: 7277818.
HSL color Cylindrical-coordinate representation of color #FA0C6F: hue angle of 335.04º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA0C6F is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 12 | 111 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.02 |
| HSL | 335.04º | 0.96% | 0.51% | - |
| HSV(B) | 335.04º | 0.95% | 0.98% | - |
| XYZ | 42.43 | 21.73 | 17 | - |
| YUV | 94.45 | 137.35 | 238.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 12 | 111 | 0 | 0.95 | 0.56 | 0.02 | 335.04 | 0.96 | 0.51 |
| Hex | FA | C | 6F | 0 | 5F | 38 | 2 | 14F | 60 | 33 |
| Octal | 372 | 14 | 157 | 0 | 137 | 70 | 2 | 517 | 140 | 63 |
| Binary | 11111010 | 1100 | 1101111 | 0 | 1011111 | 111000 | 10 | 101001111 | 1100000 | 110011 |
Color Harmonies of #FA0C6F
Complementary color
Monochromatic Colors of #FA0C6F
Black with #FA0C6F
Text Example
Text Example
White with #FA0C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0C6F; }
p { color: rgb(250,12,111); }
H1.HeaderClassName
{
color: #FA0C6F;
}
.AnyTagClassName
{
color: #FA0C6F;
}
</style>
background-color css
<style>
a { background-color: #FA0C6F; }
a { background-color: rgb(250,12,111); }
div.DivClassName
{
background-color: #FA0C6F;
}
.BgClassName
{
background-color: #FA0C6F;
}
</style>
border-color css
<style>
span { border-color: #FA0C6F; }
span { border-color: rgb(250,12,111); }
td.TdClassName
{
border-color: #FA0C6F;
}
.TagClassName
{
border-color: #FA0C6F;
}
</style>