Shades of Razzmatazz #FA0C69
Tints of Razzmatazz #FA0C69
RGB
CMYK
RGB Variations
Color information
#FA0C69 (or 0xFA0C69) is known color: Razzmatazz. HEX triplet: FA, 0C and 69. RGB value is (250,12,105). Sum of RGB (Red+Green+Blue) = 250+12+105=367 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.12% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0C69 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0C69 is #05F396. Grayscale: #5D5D5D. Windows color (decimal): -390039 or 6884602. OLE color: 6884602.
HSL color Cylindrical-coordinate representation of color #FA0C69: hue angle of 336.55º 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 #FA0C69 is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 12 | 105 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.02 |
| HSL | 336.55º | 0.96% | 0.51% | - |
| HSV(B) | 336.55º | 0.95% | 0.98% | - |
| XYZ | 42.11 | 21.61 | 15.32 | - |
| YUV | 93.76 | 134.35 | 239.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 12 | 105 | 0 | 0.95 | 0.58 | 0.02 | 336.55 | 0.96 | 0.51 |
| Hex | FA | C | 69 | 0 | 5F | 3A | 2 | 151 | 60 | 33 |
| Octal | 372 | 14 | 151 | 0 | 137 | 72 | 2 | 521 | 140 | 63 |
| Binary | 11111010 | 1100 | 1101001 | 0 | 1011111 | 111010 | 10 | 101010001 | 1100000 | 110011 |
Color Harmonies of #FA0C69
Complementary color
Monochromatic Colors of #FA0C69
Black with #FA0C69
Text Example
Text Example
White with #FA0C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0C69; }
p { color: rgb(250,12,105); }
H1.HeaderClassName
{
color: #FA0C69;
}
.AnyTagClassName
{
color: #FA0C69;
}
</style>
background-color css
<style>
a { background-color: #FA0C69; }
a { background-color: rgb(250,12,105); }
div.DivClassName
{
background-color: #FA0C69;
}
.BgClassName
{
background-color: #FA0C69;
}
</style>
border-color css
<style>
span { border-color: #FA0C69; }
span { border-color: rgb(250,12,105); }
td.TdClassName
{
border-color: #FA0C69;
}
.TagClassName
{
border-color: #FA0C69;
}
</style>