Shades of Razzmatazz #F1004D
Tints of Razzmatazz #F1004D
RGB
CMYK
RGB Variations
Color information
#F1004D (or 0xF1004D) is known color: Razzmatazz. HEX triplet: F1, 00 and 4D. RGB value is (241,0,77). Sum of RGB (Red+Green+Blue) = 241+0+77=318 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.79% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 241 - color contains mainly: red. Hex color #F1004D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1004D is #0EFFB2. Grayscale: #505050. Windows color (decimal): -982963 or 5046513. OLE color: 5046513.
HSL color Cylindrical-coordinate representation of color #F1004D: hue angle of 340.83º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F1004D is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 0 | 77 | - |
CMYK | 0 | 1 | 0.68 | 0.05 |
HSL | 340.83º | 1% | 0.47% | - |
HSV(B) | 340.83º | 1% | 0.95% | - |
XYZ | 37.62 | 19.24 | 8.75 | - |
YUV | 80.84 | 125.84 | 242.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 0 | 77 | 0 | 1 | 0.68 | 0.05 | 340.83 | 1 | 0.47 |
Hex | F1 | 0 | 4D | 0 | 64 | 44 | 5 | 155 | 64 | 2F |
Octal | 361 | 0 | 115 | 0 | 144 | 104 | 5 | 525 | 144 | 57 |
Binary | 11110001 | 0 | 1001101 | 0 | 1100100 | 1000100 | 101 | 101010101 | 1100100 | 101111 |
Color Harmonies of #F1004D
Complementary color
Monochromatic Colors of #F1004D
Black with #F1004D
Text Example
Text Example
White with #F1004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1004D; }
p { color: rgb(241,0,77); }
H1.HeaderClassName
{
color: #F1004D;
}
.AnyTagClassName
{
color: #F1004D;
}
</style>
background-color css
<style>
a { background-color: #F1004D; }
a { background-color: rgb(241,0,77); }
div.DivClassName
{
background-color: #F1004D;
}
.BgClassName
{
background-color: #F1004D;
}
</style>
border-color css
<style>
span { border-color: #F1004D; }
span { border-color: rgb(241,0,77); }
td.TdClassName
{
border-color: #F1004D;
}
.TagClassName
{
border-color: #F1004D;
}
</style>