Shades of Razzle Dazzle Rose #F529D3
Tints of Razzle Dazzle Rose #F529D3
RGB
CMYK
RGB Variations
Color information
#F529D3 (or 0xF529D3) is known color: Razzle Dazzle Rose. HEX triplet: F5, 29 and D3. RGB value is (245,41,211). Sum of RGB (Red+Green+Blue) = 245+41+211=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 41 (16.41% from 255 or 8.25% from 497); Blue value is 211 (82.81% from 255 or 42.45% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F529D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F529D3 is #0AD62C. Grayscale: #787878. Windows color (decimal): -710189 or 13838837. OLE color: 13838837.
HSL color Cylindrical-coordinate representation of color #F529D3: hue angle of 310º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F529D3 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 41 | 211 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.04 |
| HSL | 310º | 0.91% | 0.56% | - |
| HSV(B) | 310º | 0.83% | 0.96% | - |
| XYZ | 50.21 | 25.7 | 63.94 | - |
| YUV | 121.38 | 178.59 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 211 | 0 | 0.83 | 0.14 | 0.04 | 310 | 0.91 | 0.56 |
| Hex | F5 | 29 | D3 | 0 | 53 | E | 4 | 136 | 5B | 38 |
| Octal | 365 | 51 | 323 | 0 | 123 | 16 | 4 | 466 | 133 | 70 |
| Binary | 11110101 | 101001 | 11010011 | 0 | 1010011 | 1110 | 100 | 100110110 | 1011011 | 111000 |
Color Harmonies of #F529D3
Complementary color
Monochromatic Colors of #F529D3
Black with #F529D3
Text Example
Text Example
White with #F529D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F529D3; }
p { color: rgb(245,41,211); }
H1.HeaderClassName
{
color: #F529D3;
}
.AnyTagClassName
{
color: #F529D3;
}
</style>
background-color css
<style>
a { background-color: #F529D3; }
a { background-color: rgb(245,41,211); }
div.DivClassName
{
background-color: #F529D3;
}
.BgClassName
{
background-color: #F529D3;
}
</style>
border-color css
<style>
span { border-color: #F529D3; }
span { border-color: rgb(245,41,211); }
td.TdClassName
{
border-color: #F529D3;
}
.TagClassName
{
border-color: #F529D3;
}
</style>