Shades of Razzle Dazzle Rose #F124D5
Tints of Razzle Dazzle Rose #F124D5
RGB
CMYK
RGB Variations
Color information
#F124D5 (or 0xF124D5) is known color: Razzle Dazzle Rose. HEX triplet: F1, 24 and D5. RGB value is (241,36,213). Sum of RGB (Red+Green+Blue) = 241+36+213=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 36 (14.45% from 255 or 7.35% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F124D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F124D5 is #0EDB2A. Grayscale: #747474. Windows color (decimal): -973611 or 13968625. OLE color: 13968625.
HSL color Cylindrical-coordinate representation of color #F124D5: hue angle of 308.2º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F124D5 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 213 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.05 |
| HSL | 308.2º | 0.88% | 0.54% | - |
| HSV(B) | 308.2º | 0.85% | 0.95% | - |
| XYZ | 48.92 | 24.77 | 65.15 | - |
| YUV | 117.47 | 181.92 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 213 | 0 | 0.85 | 0.12 | 0.05 | 308.2 | 0.88 | 0.54 |
| Hex | F1 | 24 | D5 | 0 | 55 | C | 5 | 134 | 58 | 36 |
| Octal | 361 | 44 | 325 | 0 | 125 | 14 | 5 | 464 | 130 | 66 |
| Binary | 11110001 | 100100 | 11010101 | 0 | 1010101 | 1100 | 101 | 100110100 | 1011000 | 110110 |
Color Harmonies of #F124D5
Complementary color
Monochromatic Colors of #F124D5
Black with #F124D5
Text Example
Text Example
White with #F124D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F124D5; }
p { color: rgb(241,36,213); }
H1.HeaderClassName
{
color: #F124D5;
}
.AnyTagClassName
{
color: #F124D5;
}
</style>
background-color css
<style>
a { background-color: #F124D5; }
a { background-color: rgb(241,36,213); }
div.DivClassName
{
background-color: #F124D5;
}
.BgClassName
{
background-color: #F124D5;
}
</style>
border-color css
<style>
span { border-color: #F124D5; }
span { border-color: rgb(241,36,213); }
td.TdClassName
{
border-color: #F124D5;
}
.TagClassName
{
border-color: #F124D5;
}
</style>