Shades of Razzmatazz #FA1269
Tints of Razzmatazz #FA1269
RGB
CMYK
RGB Variations
Color information
#FA1269 (or 0xFA1269) is known color: Razzmatazz. HEX triplet: FA, 12 and 69. RGB value is (250,18,105). Sum of RGB (Red+Green+Blue) = 250+18+105=373 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.02% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1269 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1269 is #05ED96. Grayscale: #616161. Windows color (decimal): -388503 or 6886138. OLE color: 6886138.
HSL color Cylindrical-coordinate representation of color #FA1269: hue angle of 337.5º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA1269 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 105 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.02 |
| HSL | 337.5º | 0.96% | 0.53% | - |
| HSV(B) | 337.5º | 0.93% | 0.98% | - |
| XYZ | 42.19 | 21.78 | 15.34 | - |
| YUV | 97.29 | 132.36 | 236.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 105 | 0 | 0.93 | 0.58 | 0.02 | 337.5 | 0.96 | 0.53 |
| Hex | FA | 12 | 69 | 0 | 5D | 3A | 2 | 152 | 60 | 35 |
| Octal | 372 | 22 | 151 | 0 | 135 | 72 | 2 | 522 | 140 | 65 |
| Binary | 11111010 | 10010 | 1101001 | 0 | 1011101 | 111010 | 10 | 101010010 | 1100000 | 110101 |
Color Harmonies of #FA1269
Complementary color
Monochromatic Colors of #FA1269
Black with #FA1269
Text Example
Text Example
White with #FA1269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1269; }
p { color: rgb(250,18,105); }
H1.HeaderClassName
{
color: #FA1269;
}
.AnyTagClassName
{
color: #FA1269;
}
</style>
background-color css
<style>
a { background-color: #FA1269; }
a { background-color: rgb(250,18,105); }
div.DivClassName
{
background-color: #FA1269;
}
.BgClassName
{
background-color: #FA1269;
}
</style>
border-color css
<style>
span { border-color: #FA1269; }
span { border-color: rgb(250,18,105); }
td.TdClassName
{
border-color: #FA1269;
}
.TagClassName
{
border-color: #FA1269;
}
</style>