Shades of Razzle Dazzle Rose #F532D5
Tints of Razzle Dazzle Rose #F532D5
RGB
CMYK
RGB Variations
Color information
#F532D5 (or 0xF532D5) is known color: Razzle Dazzle Rose. HEX triplet: F5, 32 and D5. RGB value is (245,50,213). Sum of RGB (Red+Green+Blue) = 245+50+213=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 50 (19.92% from 255 or 9.84% from 508); Blue value is 213 (83.59% from 255 or 41.93% from 508); Max value from RGB is 245 - color contains mainly: red. Hex color #F532D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F532D5 is #0ACD2A. Grayscale: #7E7E7E. Windows color (decimal): -707883 or 13972213. OLE color: 13972213.
HSL color Cylindrical-coordinate representation of color #F532D5: hue angle of 309.85º 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 #F532D5 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 50 | 213 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.04 |
| HSL | 309.85º | 0.91% | 0.58% | - |
| HSV(B) | 309.85º | 0.8% | 0.96% | - |
| XYZ | 50.81 | 26.5 | 65.39 | - |
| YUV | 126.89 | 176.6 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 50 | 213 | 0 | 0.80 | 0.13 | 0.04 | 309.85 | 0.91 | 0.58 |
| Hex | F5 | 32 | D5 | 0 | 50 | D | 4 | 136 | 5B | 3A |
| Octal | 365 | 62 | 325 | 0 | 120 | 15 | 4 | 466 | 133 | 72 |
| Binary | 11110101 | 110010 | 11010101 | 0 | 1010000 | 1101 | 100 | 100110110 | 1011011 | 111010 |
Color Harmonies of #F532D5
Complementary color
Monochromatic Colors of #F532D5
Black with #F532D5
Text Example
Text Example
White with #F532D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F532D5; }
p { color: rgb(245,50,213); }
H1.HeaderClassName
{
color: #F532D5;
}
.AnyTagClassName
{
color: #F532D5;
}
</style>
background-color css
<style>
a { background-color: #F532D5; }
a { background-color: rgb(245,50,213); }
div.DivClassName
{
background-color: #F532D5;
}
.BgClassName
{
background-color: #F532D5;
}
</style>
border-color css
<style>
span { border-color: #F532D5; }
span { border-color: rgb(245,50,213); }
td.TdClassName
{
border-color: #F532D5;
}
.TagClassName
{
border-color: #F532D5;
}
</style>