Shades of Razzmatazz #F10B4D
Tints of Razzmatazz #F10B4D
RGB
CMYK
RGB Variations
Color information
#F10B4D (or 0xF10B4D) is known color: Razzmatazz. HEX triplet: F1, 0B and 4D. RGB value is (241,11,77). Sum of RGB (Red+Green+Blue) = 241+11+77=329 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.25% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 241 - color contains mainly: red. Hex color #F10B4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10B4D is #0EF4B2. Grayscale: #575757. Windows color (decimal): -980147 or 5049329. OLE color: 5049329.
HSL color Cylindrical-coordinate representation of color #F10B4D: hue angle of 342.78º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10B4D is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 11 | 77 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.05 |
| HSL | 342.78º | 0.91% | 0.49% | - |
| HSV(B) | 342.78º | 0.95% | 0.95% | - |
| XYZ | 37.73 | 19.48 | 8.79 | - |
| YUV | 87.29 | 122.2 | 237.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 11 | 77 | 0 | 0.95 | 0.68 | 0.05 | 342.78 | 0.91 | 0.49 |
| Hex | F1 | B | 4D | 0 | 5F | 44 | 5 | 157 | 5B | 31 |
| Octal | 361 | 13 | 115 | 0 | 137 | 104 | 5 | 527 | 133 | 61 |
| Binary | 11110001 | 1011 | 1001101 | 0 | 1011111 | 1000100 | 101 | 101010111 | 1011011 | 110001 |
Color Harmonies of #F10B4D
Complementary color
Monochromatic Colors of #F10B4D
Black with #F10B4D
Text Example
Text Example
White with #F10B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10B4D; }
p { color: rgb(241,11,77); }
H1.HeaderClassName
{
color: #F10B4D;
}
.AnyTagClassName
{
color: #F10B4D;
}
</style>
background-color css
<style>
a { background-color: #F10B4D; }
a { background-color: rgb(241,11,77); }
div.DivClassName
{
background-color: #F10B4D;
}
.BgClassName
{
background-color: #F10B4D;
}
</style>
border-color css
<style>
span { border-color: #F10B4D; }
span { border-color: rgb(241,11,77); }
td.TdClassName
{
border-color: #F10B4D;
}
.TagClassName
{
border-color: #F10B4D;
}
</style>