Shades of Razzle Dazzle Rose #F51EE5
Tints of Razzle Dazzle Rose #F51EE5
RGB
CMYK
RGB Variations
Color information
#F51EE5 (or 0xF51EE5) is known color: Razzle Dazzle Rose. HEX triplet: F5, 1E and E5. RGB value is (245,30,229). Sum of RGB (Red+Green+Blue) = 245+30+229=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 30 (12.11% from 255 or 5.95% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F51EE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51EE5 is #0AE11A. Grayscale: #747474. Windows color (decimal): -712987 or 15015669. OLE color: 15015669.
HSL color Cylindrical-coordinate representation of color #F51EE5: hue angle of 304.47º 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 #F51EE5 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 30 | 229 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.04 |
| HSL | 304.47º | 0.91% | 0.54% | - |
| HSV(B) | 304.47º | 0.88% | 0.96% | - |
| XYZ | 52.26 | 26 | 76.39 | - |
| YUV | 116.97 | 191.23 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 30 | 229 | 0 | 0.88 | 0.07 | 0.04 | 304.47 | 0.91 | 0.54 |
| Hex | F5 | 1E | E5 | 0 | 58 | 7 | 4 | 130 | 5B | 36 |
| Octal | 365 | 36 | 345 | 0 | 130 | 7 | 4 | 460 | 133 | 66 |
| Binary | 11110101 | 11110 | 11100101 | 0 | 1011000 | 111 | 100 | 100110000 | 1011011 | 110110 |
Color Harmonies of #F51EE5
Complementary color
Monochromatic Colors of #F51EE5
Black with #F51EE5
Text Example
Text Example
White with #F51EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51EE5; }
p { color: rgb(245,30,229); }
H1.HeaderClassName
{
color: #F51EE5;
}
.AnyTagClassName
{
color: #F51EE5;
}
</style>
background-color css
<style>
a { background-color: #F51EE5; }
a { background-color: rgb(245,30,229); }
div.DivClassName
{
background-color: #F51EE5;
}
.BgClassName
{
background-color: #F51EE5;
}
</style>
border-color css
<style>
span { border-color: #F51EE5; }
span { border-color: rgb(245,30,229); }
td.TdClassName
{
border-color: #F51EE5;
}
.TagClassName
{
border-color: #F51EE5;
}
</style>