Shades of Razzle Dazzle Rose #F532DD
Tints of Razzle Dazzle Rose #F532DD
RGB
CMYK
RGB Variations
Color information
#F532DD (or 0xF532DD) is known color: Razzle Dazzle Rose. HEX triplet: F5, 32 and DD. RGB value is (245,50,221). Sum of RGB (Red+Green+Blue) = 245+50+221=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 50 (19.92% from 255 or 9.69% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F532DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F532DD is #0ACD22. Grayscale: #7F7F7F. Windows color (decimal): -707875 or 14496501. OLE color: 14496501.
HSL color Cylindrical-coordinate representation of color #F532DD: hue angle of 307.38º 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 #F532DD is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 50 | 221 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.04 |
| HSL | 307.38º | 0.91% | 0.58% | - |
| HSV(B) | 307.38º | 0.8% | 0.96% | - |
| XYZ | 51.85 | 26.91 | 70.87 | - |
| YUV | 127.8 | 180.6 | 211.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 50 | 221 | 0 | 0.80 | 0.10 | 0.04 | 307.38 | 0.91 | 0.58 |
| Hex | F5 | 32 | DD | 0 | 50 | A | 4 | 133 | 5B | 3A |
| Octal | 365 | 62 | 335 | 0 | 120 | 12 | 4 | 463 | 133 | 72 |
| Binary | 11110101 | 110010 | 11011101 | 0 | 1010000 | 1010 | 100 | 100110011 | 1011011 | 111010 |
Color Harmonies of #F532DD
Complementary color
Monochromatic Colors of #F532DD
Black with #F532DD
Text Example
Text Example
White with #F532DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F532DD; }
p { color: rgb(245,50,221); }
H1.HeaderClassName
{
color: #F532DD;
}
.AnyTagClassName
{
color: #F532DD;
}
</style>
background-color css
<style>
a { background-color: #F532DD; }
a { background-color: rgb(245,50,221); }
div.DivClassName
{
background-color: #F532DD;
}
.BgClassName
{
background-color: #F532DD;
}
</style>
border-color css
<style>
span { border-color: #F532DD; }
span { border-color: rgb(245,50,221); }
td.TdClassName
{
border-color: #F532DD;
}
.TagClassName
{
border-color: #F532DD;
}
</style>