Shades of Razzle Dazzle Rose #F531DC
Tints of Razzle Dazzle Rose #F531DC
RGB
CMYK
RGB Variations
Color information
#F531DC (or 0xF531DC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 31 and DC. RGB value is (245,49,220). Sum of RGB (Red+Green+Blue) = 245+49+220=514 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.67% from 514); Green value is 49 (19.53% from 255 or 9.53% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 245 - color contains mainly: red. Hex color #F531DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F531DC is #0ACE23. Grayscale: #7E7E7E. Windows color (decimal): -708132 or 14430709. OLE color: 14430709.
HSL color Cylindrical-coordinate representation of color #F531DC: hue angle of 307.65º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F531DC is Cyan = 0, Magento = 0.8, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 49 | 220 | - |
| CMYK | 0 | 0.8 | 0.10 | 0.04 |
| HSL | 307.65º | 0.91% | 0.58% | - |
| HSV(B) | 307.65º | 0.8% | 0.96% | - |
| XYZ | 51.67 | 26.78 | 70.16 | - |
| YUV | 127.1 | 180.43 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 49 | 220 | 0 | 0.8 | 0.10 | 0.04 | 307.65 | 0.91 | 0.58 |
| Hex | F5 | 31 | DC | 0 | 50 | A | 4 | 134 | 5B | 3A |
| Octal | 365 | 61 | 334 | 0 | 120 | 12 | 4 | 464 | 133 | 72 |
| Binary | 11110101 | 110001 | 11011100 | 0 | 1010000 | 1010 | 100 | 100110100 | 1011011 | 111010 |
Color Harmonies of #F531DC
Complementary color
Monochromatic Colors of #F531DC
Black with #F531DC
Text Example
Text Example
White with #F531DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F531DC; }
p { color: rgb(245,49,220); }
H1.HeaderClassName
{
color: #F531DC;
}
.AnyTagClassName
{
color: #F531DC;
}
</style>
background-color css
<style>
a { background-color: #F531DC; }
a { background-color: rgb(245,49,220); }
div.DivClassName
{
background-color: #F531DC;
}
.BgClassName
{
background-color: #F531DC;
}
</style>
border-color css
<style>
span { border-color: #F531DC; }
span { border-color: rgb(245,49,220); }
td.TdClassName
{
border-color: #F531DC;
}
.TagClassName
{
border-color: #F531DC;
}
</style>