Shades of Razzle Dazzle Rose #F525DC
Tints of Razzle Dazzle Rose #F525DC
RGB
CMYK
RGB Variations
Color information
#F525DC (or 0xF525DC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 25 and DC. RGB value is (245,37,220). Sum of RGB (Red+Green+Blue) = 245+37+220=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 37 (14.84% from 255 or 7.37% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F525DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F525DC is #0ADA23. Grayscale: #777777. Windows color (decimal): -711204 or 14427637. OLE color: 14427637.
HSL color Cylindrical-coordinate representation of color #F525DC: hue angle of 307.21º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F525DC is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 37 | 220 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.04 |
| HSL | 307.21º | 0.91% | 0.55% | - |
| HSV(B) | 307.21º | 0.85% | 0.96% | - |
| XYZ | 51.24 | 25.9 | 70.01 | - |
| YUV | 120.05 | 184.41 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 220 | 0 | 0.85 | 0.10 | 0.04 | 307.21 | 0.91 | 0.55 |
| Hex | F5 | 25 | DC | 0 | 55 | A | 4 | 133 | 5B | 37 |
| Octal | 365 | 45 | 334 | 0 | 125 | 12 | 4 | 463 | 133 | 67 |
| Binary | 11110101 | 100101 | 11011100 | 0 | 1010101 | 1010 | 100 | 100110011 | 1011011 | 110111 |
Color Harmonies of #F525DC
Complementary color
Monochromatic Colors of #F525DC
Black with #F525DC
Text Example
Text Example
White with #F525DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F525DC; }
p { color: rgb(245,37,220); }
H1.HeaderClassName
{
color: #F525DC;
}
.AnyTagClassName
{
color: #F525DC;
}
</style>
background-color css
<style>
a { background-color: #F525DC; }
a { background-color: rgb(245,37,220); }
div.DivClassName
{
background-color: #F525DC;
}
.BgClassName
{
background-color: #F525DC;
}
</style>
border-color css
<style>
span { border-color: #F525DC; }
span { border-color: rgb(245,37,220); }
td.TdClassName
{
border-color: #F525DC;
}
.TagClassName
{
border-color: #F525DC;
}
</style>