Shades of Razzmatazz #FA024F
Tints of Razzmatazz #FA024F
RGB
CMYK
RGB Variations
Color information
#FA024F (or 0xFA024F) is known color: Razzmatazz. HEX triplet: FA, 02 and 4F. RGB value is (250,2,79). Sum of RGB (Red+Green+Blue) = 250+2+79=331 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.53% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 250 - color contains mainly: red. Hex color #FA024F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA024F is #05FDB0. Grayscale: #545454. Windows color (decimal): -392625 or 5178106. OLE color: 5178106.
HSL color Cylindrical-coordinate representation of color #FA024F: hue angle of 341.37º 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 #FA024F is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 79 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.02 |
| HSL | 341.37º | 0.98% | 0.49% | - |
| HSV(B) | 341.37º | 0.99% | 0.98% | - |
| XYZ | 40.86 | 20.93 | 9.28 | - |
| YUV | 84.93 | 124.66 | 245.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 79 | 0 | 0.99 | 0.68 | 0.02 | 341.37 | 0.98 | 0.49 |
| Hex | FA | 2 | 4F | 0 | 63 | 44 | 2 | 155 | 62 | 31 |
| Octal | 372 | 2 | 117 | 0 | 143 | 104 | 2 | 525 | 142 | 61 |
| Binary | 11111010 | 10 | 1001111 | 0 | 1100011 | 1000100 | 10 | 101010101 | 1100010 | 110001 |
Color Harmonies of #FA024F
Complementary color
Monochromatic Colors of #FA024F
Black with #FA024F
Text Example
Text Example
White with #FA024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA024F; }
p { color: rgb(250,2,79); }
H1.HeaderClassName
{
color: #FA024F;
}
.AnyTagClassName
{
color: #FA024F;
}
</style>
background-color css
<style>
a { background-color: #FA024F; }
a { background-color: rgb(250,2,79); }
div.DivClassName
{
background-color: #FA024F;
}
.BgClassName
{
background-color: #FA024F;
}
</style>
border-color css
<style>
span { border-color: #FA024F; }
span { border-color: rgb(250,2,79); }
td.TdClassName
{
border-color: #FA024F;
}
.TagClassName
{
border-color: #FA024F;
}
</style>