Shades of Razzmatazz #F4185B
Tints of Razzmatazz #F4185B
RGB
CMYK
RGB Variations
Color information
#F4185B (or 0xF4185B) is known color: Razzmatazz. HEX triplet: F4, 18 and 5B. RGB value is (244,24,91). Sum of RGB (Red+Green+Blue) = 244+24+91=359 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.97% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 244 - color contains mainly: red. Hex color #F4185B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4185B is #0BE7A4. Grayscale: #616161. Windows color (decimal): -780197 or 5970164. OLE color: 5970164.
HSL color Cylindrical-coordinate representation of color #F4185B: hue angle of 341.73º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F4185B is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 24 | 91 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.04 |
| HSL | 341.73º | 0.91% | 0.53% | - |
| HSV(B) | 341.73º | 0.9% | 0.96% | - |
| XYZ | 39.52 | 20.64 | 11.8 | - |
| YUV | 97.42 | 124.39 | 232.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 91 | 0 | 0.90 | 0.63 | 0.04 | 341.73 | 0.91 | 0.53 |
| Hex | F4 | 18 | 5B | 0 | 5A | 3F | 4 | 156 | 5B | 35 |
| Octal | 364 | 30 | 133 | 0 | 132 | 77 | 4 | 526 | 133 | 65 |
| Binary | 11110100 | 11000 | 1011011 | 0 | 1011010 | 111111 | 100 | 101010110 | 1011011 | 110101 |
Color Harmonies of #F4185B
Complementary color
Monochromatic Colors of #F4185B
Black with #F4185B
Text Example
Text Example
White with #F4185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4185B; }
p { color: rgb(244,24,91); }
H1.HeaderClassName
{
color: #F4185B;
}
.AnyTagClassName
{
color: #F4185B;
}
</style>
background-color css
<style>
a { background-color: #F4185B; }
a { background-color: rgb(244,24,91); }
div.DivClassName
{
background-color: #F4185B;
}
.BgClassName
{
background-color: #F4185B;
}
</style>
border-color css
<style>
span { border-color: #F4185B; }
span { border-color: rgb(244,24,91); }
td.TdClassName
{
border-color: #F4185B;
}
.TagClassName
{
border-color: #F4185B;
}
</style>