Shades of Razzle Dazzle Rose #F51ED5
Tints of Razzle Dazzle Rose #F51ED5
RGB
CMYK
RGB Variations
Color information
#F51ED5 (or 0xF51ED5) is known color: Razzle Dazzle Rose. HEX triplet: F5, 1E and D5. RGB value is (245,30,213). Sum of RGB (Red+Green+Blue) = 245+30+213=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 30 (12.11% from 255 or 6.15% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F51ED5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51ED5 is #0AE12A. Grayscale: #727272. Windows color (decimal): -713003 or 13967093. OLE color: 13967093.
HSL color Cylindrical-coordinate representation of color #F51ED5: hue angle of 308.93º 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 #F51ED5 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 30 | 213 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.04 |
| HSL | 308.93º | 0.91% | 0.54% | - |
| HSV(B) | 308.93º | 0.88% | 0.96% | - |
| XYZ | 50.13 | 25.15 | 65.16 | - |
| YUV | 115.15 | 183.23 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 30 | 213 | 0 | 0.88 | 0.13 | 0.04 | 308.93 | 0.91 | 0.54 |
| Hex | F5 | 1E | D5 | 0 | 58 | D | 4 | 135 | 5B | 36 |
| Octal | 365 | 36 | 325 | 0 | 130 | 15 | 4 | 465 | 133 | 66 |
| Binary | 11110101 | 11110 | 11010101 | 0 | 1011000 | 1101 | 100 | 100110101 | 1011011 | 110110 |
Color Harmonies of #F51ED5
Complementary color
Monochromatic Colors of #F51ED5
Black with #F51ED5
Text Example
Text Example
White with #F51ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51ED5; }
p { color: rgb(245,30,213); }
H1.HeaderClassName
{
color: #F51ED5;
}
.AnyTagClassName
{
color: #F51ED5;
}
</style>
background-color css
<style>
a { background-color: #F51ED5; }
a { background-color: rgb(245,30,213); }
div.DivClassName
{
background-color: #F51ED5;
}
.BgClassName
{
background-color: #F51ED5;
}
</style>
border-color css
<style>
span { border-color: #F51ED5; }
span { border-color: rgb(245,30,213); }
td.TdClassName
{
border-color: #F51ED5;
}
.TagClassName
{
border-color: #F51ED5;
}
</style>