Shades of Razzle Dazzle Rose #F51EDA
Tints of Razzle Dazzle Rose #F51EDA
RGB
CMYK
RGB Variations
Color information
#F51EDA (or 0xF51EDA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 1E and DA. RGB value is (245,30,218). Sum of RGB (Red+Green+Blue) = 245+30+218=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 30 (12.11% from 255 or 6.09% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F51EDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51EDA is #0AE125. Grayscale: #737373. Windows color (decimal): -712998 or 14294773. OLE color: 14294773.
HSL color Cylindrical-coordinate representation of color #F51EDA: hue angle of 307.53º 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 #F51EDA is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 30 | 218 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.04 |
| HSL | 307.53º | 0.91% | 0.54% | - |
| HSV(B) | 307.53º | 0.88% | 0.96% | - |
| XYZ | 50.78 | 25.4 | 68.56 | - |
| YUV | 115.72 | 185.73 | 220.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 30 | 218 | 0 | 0.88 | 0.11 | 0.04 | 307.53 | 0.91 | 0.54 |
| Hex | F5 | 1E | DA | 0 | 58 | B | 4 | 134 | 5B | 36 |
| Octal | 365 | 36 | 332 | 0 | 130 | 13 | 4 | 464 | 133 | 66 |
| Binary | 11110101 | 11110 | 11011010 | 0 | 1011000 | 1011 | 100 | 100110100 | 1011011 | 110110 |
Color Harmonies of #F51EDA
Complementary color
Monochromatic Colors of #F51EDA
Black with #F51EDA
Text Example
Text Example
White with #F51EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51EDA; }
p { color: rgb(245,30,218); }
H1.HeaderClassName
{
color: #F51EDA;
}
.AnyTagClassName
{
color: #F51EDA;
}
</style>
background-color css
<style>
a { background-color: #F51EDA; }
a { background-color: rgb(245,30,218); }
div.DivClassName
{
background-color: #F51EDA;
}
.BgClassName
{
background-color: #F51EDA;
}
</style>
border-color css
<style>
span { border-color: #F51EDA; }
span { border-color: rgb(245,30,218); }
td.TdClassName
{
border-color: #F51EDA;
}
.TagClassName
{
border-color: #F51EDA;
}
</style>