Shades of Razzle Dazzle Rose #F123E9
Tints of Razzle Dazzle Rose #F123E9
RGB
CMYK
RGB Variations
Color information
#F123E9 (or 0xF123E9) is known color: Razzle Dazzle Rose. HEX triplet: F1, 23 and E9. RGB value is (241,35,233). Sum of RGB (Red+Green+Blue) = 241+35+233=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 35 (14.06% from 255 or 6.88% from 509); Blue value is 233 (91.41% from 255 or 45.78% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F123E9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F123E9 is #0EDC16. Grayscale: #767676. Windows color (decimal): -973847 or 15279089. OLE color: 15279089.
HSL color Cylindrical-coordinate representation of color #F123E9: hue angle of 302.33º 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 #F123E9 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 35 | 233 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.05 |
| HSL | 302.33º | 0.88% | 0.54% | - |
| HSV(B) | 302.33º | 0.85% | 0.95% | - |
| XYZ | 51.58 | 25.79 | 79.35 | - |
| YUV | 119.17 | 192.25 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 233 | 0 | 0.85 | 0.03 | 0.05 | 302.33 | 0.88 | 0.54 |
| Hex | F1 | 23 | E9 | 0 | 55 | 3 | 5 | 12E | 58 | 36 |
| Octal | 361 | 43 | 351 | 0 | 125 | 3 | 5 | 456 | 130 | 66 |
| Binary | 11110001 | 100011 | 11101001 | 0 | 1010101 | 11 | 101 | 100101110 | 1011000 | 110110 |
Color Harmonies of #F123E9
Complementary color
Monochromatic Colors of #F123E9
Black with #F123E9
Text Example
Text Example
White with #F123E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F123E9; }
p { color: rgb(241,35,233); }
H1.HeaderClassName
{
color: #F123E9;
}
.AnyTagClassName
{
color: #F123E9;
}
</style>
background-color css
<style>
a { background-color: #F123E9; }
a { background-color: rgb(241,35,233); }
div.DivClassName
{
background-color: #F123E9;
}
.BgClassName
{
background-color: #F123E9;
}
</style>
border-color css
<style>
span { border-color: #F123E9; }
span { border-color: rgb(241,35,233); }
td.TdClassName
{
border-color: #F123E9;
}
.TagClassName
{
border-color: #F123E9;
}
</style>