Shades of Razzle Dazzle Rose #F529BD
Tints of Razzle Dazzle Rose #F529BD
RGB
CMYK
RGB Variations
Color information
#F529BD (or 0xF529BD) is known color: Razzle Dazzle Rose. HEX triplet: F5, 29 and BD. RGB value is (245,41,189). Sum of RGB (Red+Green+Blue) = 245+41+189=475 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.58% from 475); Green value is 41 (16.41% from 255 or 8.63% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 245 - color contains mainly: red. Hex color #F529BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F529BD is #0AD642. Grayscale: #767676. Windows color (decimal): -710211 or 12397045. OLE color: 12397045.
HSL color Cylindrical-coordinate representation of color #F529BD: hue angle of 316.47º 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 #F529BD is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 41 | 189 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.04 |
| HSL | 316.47º | 0.91% | 0.56% | - |
| HSV(B) | 316.47º | 0.83% | 0.96% | - |
| XYZ | 47.63 | 24.67 | 50.4 | - |
| YUV | 118.87 | 167.59 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 189 | 0 | 0.83 | 0.23 | 0.04 | 316.47 | 0.91 | 0.56 |
| Hex | F5 | 29 | BD | 0 | 53 | 17 | 4 | 13C | 5B | 38 |
| Octal | 365 | 51 | 275 | 0 | 123 | 27 | 4 | 474 | 133 | 70 |
| Binary | 11110101 | 101001 | 10111101 | 0 | 1010011 | 10111 | 100 | 100111100 | 1011011 | 111000 |
Color Harmonies of #F529BD
Complementary color
Monochromatic Colors of #F529BD
Black with #F529BD
Text Example
Text Example
White with #F529BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F529BD; }
p { color: rgb(245,41,189); }
H1.HeaderClassName
{
color: #F529BD;
}
.AnyTagClassName
{
color: #F529BD;
}
</style>
background-color css
<style>
a { background-color: #F529BD; }
a { background-color: rgb(245,41,189); }
div.DivClassName
{
background-color: #F529BD;
}
.BgClassName
{
background-color: #F529BD;
}
</style>
border-color css
<style>
span { border-color: #F529BD; }
span { border-color: rgb(245,41,189); }
td.TdClassName
{
border-color: #F529BD;
}
.TagClassName
{
border-color: #F529BD;
}
</style>