Shades of Razzle Dazzle Rose #F51EDC
Tints of Razzle Dazzle Rose #F51EDC
RGB
CMYK
RGB Variations
Color information
#F51EDC (or 0xF51EDC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 1E and DC. RGB value is (245,30,220). Sum of RGB (Red+Green+Blue) = 245+30+220=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 30 (12.11% from 255 or 6.06% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F51EDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51EDC is #0AE123. Grayscale: #737373. Windows color (decimal): -712996 or 14425845. OLE color: 14425845.
HSL color Cylindrical-coordinate representation of color #F51EDC: hue angle of 306.98º 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 #F51EDC is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 30 | 220 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.04 |
| HSL | 306.98º | 0.91% | 0.54% | - |
| HSV(B) | 306.98º | 0.88% | 0.96% | - |
| XYZ | 51.04 | 25.51 | 69.94 | - |
| YUV | 115.95 | 186.73 | 220.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 30 | 220 | 0 | 0.88 | 0.10 | 0.04 | 306.98 | 0.91 | 0.54 |
| Hex | F5 | 1E | DC | 0 | 58 | A | 4 | 133 | 5B | 36 |
| Octal | 365 | 36 | 334 | 0 | 130 | 12 | 4 | 463 | 133 | 66 |
| Binary | 11110101 | 11110 | 11011100 | 0 | 1011000 | 1010 | 100 | 100110011 | 1011011 | 110110 |
Color Harmonies of #F51EDC
Complementary color
Monochromatic Colors of #F51EDC
Black with #F51EDC
Text Example
Text Example
White with #F51EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51EDC; }
p { color: rgb(245,30,220); }
H1.HeaderClassName
{
color: #F51EDC;
}
.AnyTagClassName
{
color: #F51EDC;
}
</style>
background-color css
<style>
a { background-color: #F51EDC; }
a { background-color: rgb(245,30,220); }
div.DivClassName
{
background-color: #F51EDC;
}
.BgClassName
{
background-color: #F51EDC;
}
</style>
border-color css
<style>
span { border-color: #F51EDC; }
span { border-color: rgb(245,30,220); }
td.TdClassName
{
border-color: #F51EDC;
}
.TagClassName
{
border-color: #F51EDC;
}
</style>