Shades of Razzmatazz #FA014E
Tints of Razzmatazz #FA014E
RGB
CMYK
RGB Variations
Color information
#FA014E (or 0xFA014E) is known color: Razzmatazz. HEX triplet: FA, 01 and 4E. RGB value is (250,1,78). Sum of RGB (Red+Green+Blue) = 250+1+78=329 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.99% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 250 - color contains mainly: red. Hex color #FA014E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA014E is #05FEB1. Grayscale: #545454. Windows color (decimal): -392882 or 5112314. OLE color: 5112314.
HSL color Cylindrical-coordinate representation of color #FA014E: hue angle of 341.45º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA014E is Cyan = 0, Magento = 1.00, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 78 | - |
| CMYK | 0 | 1.00 | 0.69 | 0.02 |
| HSL | 341.45º | 0.99% | 0.49% | - |
| HSV(B) | 341.45º | 1% | 0.98% | - |
| XYZ | 40.81 | 20.9 | 9.09 | - |
| YUV | 84.23 | 124.49 | 246.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 78 | 0 | 1.00 | 0.69 | 0.02 | 341.45 | 0.99 | 0.49 |
| Hex | FA | 1 | 4E | 0 | 64 | 45 | 2 | 155 | 63 | 31 |
| Octal | 372 | 1 | 116 | 0 | 144 | 105 | 2 | 525 | 143 | 61 |
| Binary | 11111010 | 1 | 1001110 | 0 | 1100100 | 1000101 | 10 | 101010101 | 1100011 | 110001 |
Color Harmonies of #FA014E
Complementary color
Monochromatic Colors of #FA014E
Black with #FA014E
Text Example
Text Example
White with #FA014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA014E; }
p { color: rgb(250,1,78); }
H1.HeaderClassName
{
color: #FA014E;
}
.AnyTagClassName
{
color: #FA014E;
}
</style>
background-color css
<style>
a { background-color: #FA014E; }
a { background-color: rgb(250,1,78); }
div.DivClassName
{
background-color: #FA014E;
}
.BgClassName
{
background-color: #FA014E;
}
</style>
border-color css
<style>
span { border-color: #FA014E; }
span { border-color: rgb(250,1,78); }
td.TdClassName
{
border-color: #FA014E;
}
.TagClassName
{
border-color: #FA014E;
}
</style>