Shades of Razzmatazz #FA015C
Tints of Razzmatazz #FA015C
RGB
CMYK
RGB Variations
Color information
#FA015C (or 0xFA015C) is known color: Razzmatazz. HEX triplet: FA, 01 and 5C. RGB value is (250,1,92). Sum of RGB (Red+Green+Blue) = 250+1+92=343 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.89% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 250 - color contains mainly: red. Hex color #FA015C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA015C is #05FEA3. Grayscale: #555555. Windows color (decimal): -392868 or 6029818. OLE color: 6029818.
HSL color Cylindrical-coordinate representation of color #FA015C: hue angle of 338.07º 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 #FA015C is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 92 | - |
| CMYK | 0 | 1.00 | 0.63 | 0.02 |
| HSL | 338.07º | 0.99% | 0.49% | - |
| HSV(B) | 338.07º | 1% | 0.98% | - |
| XYZ | 41.37 | 21.12 | 12.02 | - |
| YUV | 85.83 | 131.49 | 245.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 92 | 0 | 1.00 | 0.63 | 0.02 | 338.07 | 0.99 | 0.49 |
| Hex | FA | 1 | 5C | 0 | 64 | 3F | 2 | 152 | 63 | 31 |
| Octal | 372 | 1 | 134 | 0 | 144 | 77 | 2 | 522 | 143 | 61 |
| Binary | 11111010 | 1 | 1011100 | 0 | 1100100 | 111111 | 10 | 101010010 | 1100011 | 110001 |
Color Harmonies of #FA015C
Complementary color
Monochromatic Colors of #FA015C
Black with #FA015C
Text Example
Text Example
White with #FA015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA015C; }
p { color: rgb(250,1,92); }
H1.HeaderClassName
{
color: #FA015C;
}
.AnyTagClassName
{
color: #FA015C;
}
</style>
background-color css
<style>
a { background-color: #FA015C; }
a { background-color: rgb(250,1,92); }
div.DivClassName
{
background-color: #FA015C;
}
.BgClassName
{
background-color: #FA015C;
}
</style>
border-color css
<style>
span { border-color: #FA015C; }
span { border-color: rgb(250,1,92); }
td.TdClassName
{
border-color: #FA015C;
}
.TagClassName
{
border-color: #FA015C;
}
</style>