Shades of Razzmatazz #FA026F
Tints of Razzmatazz #FA026F
RGB
CMYK
RGB Variations
Color information
#FA026F (or 0xFA026F) is known color: Razzmatazz. HEX triplet: FA, 02 and 6F. RGB value is (250,2,111). Sum of RGB (Red+Green+Blue) = 250+2+111=363 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.87% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 250 - color contains mainly: red. Hex color #FA026F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA026F is #05FD90. Grayscale: #585858. Windows color (decimal): -392593 or 7275258. OLE color: 7275258.
HSL color Cylindrical-coordinate representation of color #FA026F: hue angle of 333.63º 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 #FA026F is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 111 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.02 |
| HSL | 333.63º | 0.98% | 0.49% | - |
| HSV(B) | 333.63º | 0.99% | 0.98% | - |
| XYZ | 42.32 | 21.52 | 16.96 | - |
| YUV | 88.58 | 140.66 | 243.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 111 | 0 | 0.99 | 0.56 | 0.02 | 333.63 | 0.98 | 0.49 |
| Hex | FA | 2 | 6F | 0 | 63 | 38 | 2 | 14E | 62 | 31 |
| Octal | 372 | 2 | 157 | 0 | 143 | 70 | 2 | 516 | 142 | 61 |
| Binary | 11111010 | 10 | 1101111 | 0 | 1100011 | 111000 | 10 | 101001110 | 1100010 | 110001 |
Color Harmonies of #FA026F
Complementary color
Monochromatic Colors of #FA026F
Black with #FA026F
Text Example
Text Example
White with #FA026F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA026F; }
p { color: rgb(250,2,111); }
H1.HeaderClassName
{
color: #FA026F;
}
.AnyTagClassName
{
color: #FA026F;
}
</style>
background-color css
<style>
a { background-color: #FA026F; }
a { background-color: rgb(250,2,111); }
div.DivClassName
{
background-color: #FA026F;
}
.BgClassName
{
background-color: #FA026F;
}
</style>
border-color css
<style>
span { border-color: #FA026F; }
span { border-color: rgb(250,2,111); }
td.TdClassName
{
border-color: #FA026F;
}
.TagClassName
{
border-color: #FA026F;
}
</style>