Shades of Razzle Dazzle Rose #F124EA
Tints of Razzle Dazzle Rose #F124EA
RGB
CMYK
RGB Variations
Color information
#F124EA (or 0xF124EA) is known color: Razzle Dazzle Rose. HEX triplet: F1, 24 and EA. RGB value is (241,36,234). Sum of RGB (Red+Green+Blue) = 241+36+234=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 36 (14.45% from 255 or 7.05% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F124EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F124EA is #0EDB15. Grayscale: #777777. Windows color (decimal): -973590 or 15344881. OLE color: 15344881.
HSL color Cylindrical-coordinate representation of color #F124EA: hue angle of 302.05º 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 #F124EA is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 234 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.05 |
| HSL | 302.05º | 0.88% | 0.54% | - |
| HSV(B) | 302.05º | 0.85% | 0.95% | - |
| XYZ | 51.76 | 25.9 | 80.11 | - |
| YUV | 119.87 | 192.42 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 234 | 0 | 0.85 | 0.03 | 0.05 | 302.05 | 0.88 | 0.54 |
| Hex | F1 | 24 | EA | 0 | 55 | 3 | 5 | 12E | 58 | 36 |
| Octal | 361 | 44 | 352 | 0 | 125 | 3 | 5 | 456 | 130 | 66 |
| Binary | 11110001 | 100100 | 11101010 | 0 | 1010101 | 11 | 101 | 100101110 | 1011000 | 110110 |
Color Harmonies of #F124EA
Complementary color
Monochromatic Colors of #F124EA
Black with #F124EA
Text Example
Text Example
White with #F124EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F124EA; }
p { color: rgb(241,36,234); }
H1.HeaderClassName
{
color: #F124EA;
}
.AnyTagClassName
{
color: #F124EA;
}
</style>
background-color css
<style>
a { background-color: #F124EA; }
a { background-color: rgb(241,36,234); }
div.DivClassName
{
background-color: #F124EA;
}
.BgClassName
{
background-color: #F124EA;
}
</style>
border-color css
<style>
span { border-color: #F124EA; }
span { border-color: rgb(241,36,234); }
td.TdClassName
{
border-color: #F124EA;
}
.TagClassName
{
border-color: #F124EA;
}
</style>