Shades of Razzle Dazzle Rose #F527DD
Tints of Razzle Dazzle Rose #F527DD
RGB
CMYK
RGB Variations
Color information
#F527DD (or 0xF527DD) is known color: Razzle Dazzle Rose. HEX triplet: F5, 27 and DD. RGB value is (245,39,221). Sum of RGB (Red+Green+Blue) = 245+39+221=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 39 (15.62% from 255 or 7.72% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F527DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F527DD is #0AD822. Grayscale: #787878. Windows color (decimal): -710691 or 14493685. OLE color: 14493685.
HSL color Cylindrical-coordinate representation of color #F527DD: hue angle of 306.99º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F527DD is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 39 | 221 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.04 |
| HSL | 306.99º | 0.91% | 0.56% | - |
| HSV(B) | 306.99º | 0.84% | 0.96% | - |
| XYZ | 51.43 | 26.08 | 70.73 | - |
| YUV | 121.34 | 184.25 | 216.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 39 | 221 | 0 | 0.84 | 0.10 | 0.04 | 306.99 | 0.91 | 0.56 |
| Hex | F5 | 27 | DD | 0 | 54 | A | 4 | 133 | 5B | 38 |
| Octal | 365 | 47 | 335 | 0 | 124 | 12 | 4 | 463 | 133 | 70 |
| Binary | 11110101 | 100111 | 11011101 | 0 | 1010100 | 1010 | 100 | 100110011 | 1011011 | 111000 |
Color Harmonies of #F527DD
Complementary color
Monochromatic Colors of #F527DD
Black with #F527DD
Text Example
Text Example
White with #F527DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F527DD; }
p { color: rgb(245,39,221); }
H1.HeaderClassName
{
color: #F527DD;
}
.AnyTagClassName
{
color: #F527DD;
}
</style>
background-color css
<style>
a { background-color: #F527DD; }
a { background-color: rgb(245,39,221); }
div.DivClassName
{
background-color: #F527DD;
}
.BgClassName
{
background-color: #F527DD;
}
</style>
border-color css
<style>
span { border-color: #F527DD; }
span { border-color: rgb(245,39,221); }
td.TdClassName
{
border-color: #F527DD;
}
.TagClassName
{
border-color: #F527DD;
}
</style>