Shades of Razzmatazz #FA1267
Tints of Razzmatazz #FA1267
RGB
CMYK
RGB Variations
Color information
#FA1267 (or 0xFA1267) is known color: Razzmatazz. HEX triplet: FA, 12 and 67. RGB value is (250,18,103). Sum of RGB (Red+Green+Blue) = 250+18+103=371 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.39% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1267 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1267 is #05ED98. Grayscale: #606060. Windows color (decimal): -388505 or 6755066. OLE color: 6755066.
HSL color Cylindrical-coordinate representation of color #FA1267: hue angle of 338.02º 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 #FA1267 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 103 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.02 |
| HSL | 338.02º | 0.96% | 0.53% | - |
| HSV(B) | 338.02º | 0.93% | 0.98% | - |
| XYZ | 42.09 | 21.74 | 14.81 | - |
| YUV | 97.06 | 131.36 | 237.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 103 | 0 | 0.93 | 0.59 | 0.02 | 338.02 | 0.96 | 0.53 |
| Hex | FA | 12 | 67 | 0 | 5D | 3B | 2 | 152 | 60 | 35 |
| Octal | 372 | 22 | 147 | 0 | 135 | 73 | 2 | 522 | 140 | 65 |
| Binary | 11111010 | 10010 | 1100111 | 0 | 1011101 | 111011 | 10 | 101010010 | 1100000 | 110101 |
Color Harmonies of #FA1267
Complementary color
Monochromatic Colors of #FA1267
Black with #FA1267
Text Example
Text Example
White with #FA1267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1267; }
p { color: rgb(250,18,103); }
H1.HeaderClassName
{
color: #FA1267;
}
.AnyTagClassName
{
color: #FA1267;
}
</style>
background-color css
<style>
a { background-color: #FA1267; }
a { background-color: rgb(250,18,103); }
div.DivClassName
{
background-color: #FA1267;
}
.BgClassName
{
background-color: #FA1267;
}
</style>
border-color css
<style>
span { border-color: #FA1267; }
span { border-color: rgb(250,18,103); }
td.TdClassName
{
border-color: #FA1267;
}
.TagClassName
{
border-color: #FA1267;
}
</style>