Shades of Razzle Dazzle Rose #F51EE0
Tints of Razzle Dazzle Rose #F51EE0
RGB
CMYK
RGB Variations
Color information
#F51EE0 (or 0xF51EE0) is known color: Razzle Dazzle Rose. HEX triplet: F5, 1E and E0. RGB value is (245,30,224). Sum of RGB (Red+Green+Blue) = 245+30+224=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 30 (12.11% from 255 or 6.01% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F51EE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51EE0 is #0AE11F. Grayscale: #737373. Windows color (decimal): -712992 or 14687989. OLE color: 14687989.
HSL color Cylindrical-coordinate representation of color #F51EE0: hue angle of 305.86º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F51EE0 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 30 | 224 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.04 |
| HSL | 305.86º | 0.91% | 0.54% | - |
| HSV(B) | 305.86º | 0.88% | 0.96% | - |
| XYZ | 51.58 | 25.72 | 72.77 | - |
| YUV | 116.4 | 188.73 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 30 | 224 | 0 | 0.88 | 0.09 | 0.04 | 305.86 | 0.91 | 0.54 |
| Hex | F5 | 1E | E0 | 0 | 58 | 9 | 4 | 132 | 5B | 36 |
| Octal | 365 | 36 | 340 | 0 | 130 | 11 | 4 | 462 | 133 | 66 |
| Binary | 11110101 | 11110 | 11100000 | 0 | 1011000 | 1001 | 100 | 100110010 | 1011011 | 110110 |
Color Harmonies of #F51EE0
Complementary color
Monochromatic Colors of #F51EE0
Black with #F51EE0
Text Example
Text Example
White with #F51EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51EE0; }
p { color: rgb(245,30,224); }
H1.HeaderClassName
{
color: #F51EE0;
}
.AnyTagClassName
{
color: #F51EE0;
}
</style>
background-color css
<style>
a { background-color: #F51EE0; }
a { background-color: rgb(245,30,224); }
div.DivClassName
{
background-color: #F51EE0;
}
.BgClassName
{
background-color: #F51EE0;
}
</style>
border-color css
<style>
span { border-color: #F51EE0; }
span { border-color: rgb(245,30,224); }
td.TdClassName
{
border-color: #F51EE0;
}
.TagClassName
{
border-color: #F51EE0;
}
</style>