Shades of Razzmatazz #FA026D
Tints of Razzmatazz #FA026D
RGB
CMYK
RGB Variations
Color information
#FA026D (or 0xFA026D) is known color: Razzmatazz. HEX triplet: FA, 02 and 6D. RGB value is (250,2,109). Sum of RGB (Red+Green+Blue) = 250+2+109=361 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.25% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 250 - color contains mainly: red. Hex color #FA026D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA026D is #05FD92. Grayscale: #585858. Windows color (decimal): -392595 or 7144186. OLE color: 7144186.
HSL color Cylindrical-coordinate representation of color #FA026D: hue angle of 334.11º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA026D is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 109 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.02 |
| HSL | 334.11º | 0.98% | 0.49% | - |
| HSV(B) | 334.11º | 0.99% | 0.98% | - |
| XYZ | 42.21 | 21.47 | 16.39 | - |
| YUV | 88.35 | 139.66 | 243.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 109 | 0 | 0.99 | 0.56 | 0.02 | 334.11 | 0.98 | 0.49 |
| Hex | FA | 2 | 6D | 0 | 63 | 38 | 2 | 14E | 62 | 31 |
| Octal | 372 | 2 | 155 | 0 | 143 | 70 | 2 | 516 | 142 | 61 |
| Binary | 11111010 | 10 | 1101101 | 0 | 1100011 | 111000 | 10 | 101001110 | 1100010 | 110001 |
Color Harmonies of #FA026D
Complementary color
Monochromatic Colors of #FA026D
Black with #FA026D
Text Example
Text Example
White with #FA026D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA026D; }
p { color: rgb(250,2,109); }
H1.HeaderClassName
{
color: #FA026D;
}
.AnyTagClassName
{
color: #FA026D;
}
</style>
background-color css
<style>
a { background-color: #FA026D; }
a { background-color: rgb(250,2,109); }
div.DivClassName
{
background-color: #FA026D;
}
.BgClassName
{
background-color: #FA026D;
}
</style>
border-color css
<style>
span { border-color: #FA026D; }
span { border-color: rgb(250,2,109); }
td.TdClassName
{
border-color: #FA026D;
}
.TagClassName
{
border-color: #FA026D;
}
</style>