Shades of Razzle Dazzle Rose #F529BE
Tints of Razzle Dazzle Rose #F529BE
RGB
CMYK
RGB Variations
Color information
#F529BE (or 0xF529BE) is known color: Razzle Dazzle Rose. HEX triplet: F5, 29 and BE. RGB value is (245,41,190). Sum of RGB (Red+Green+Blue) = 245+41+190=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 41 (16.41% from 255 or 8.61% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F529BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F529BE is #0AD641. Grayscale: #767676. Windows color (decimal): -710210 or 12462581. OLE color: 12462581.
HSL color Cylindrical-coordinate representation of color #F529BE: hue angle of 316.18º 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 #F529BE is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 41 | 190 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.04 |
| HSL | 316.18º | 0.91% | 0.56% | - |
| HSV(B) | 316.18º | 0.83% | 0.96% | - |
| XYZ | 47.74 | 24.72 | 50.97 | - |
| YUV | 118.98 | 168.09 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 190 | 0 | 0.83 | 0.22 | 0.04 | 316.18 | 0.91 | 0.56 |
| Hex | F5 | 29 | BE | 0 | 53 | 16 | 4 | 13C | 5B | 38 |
| Octal | 365 | 51 | 276 | 0 | 123 | 26 | 4 | 474 | 133 | 70 |
| Binary | 11110101 | 101001 | 10111110 | 0 | 1010011 | 10110 | 100 | 100111100 | 1011011 | 111000 |
Color Harmonies of #F529BE
Complementary color
Monochromatic Colors of #F529BE
Black with #F529BE
Text Example
Text Example
White with #F529BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F529BE; }
p { color: rgb(245,41,190); }
H1.HeaderClassName
{
color: #F529BE;
}
.AnyTagClassName
{
color: #F529BE;
}
</style>
background-color css
<style>
a { background-color: #F529BE; }
a { background-color: rgb(245,41,190); }
div.DivClassName
{
background-color: #F529BE;
}
.BgClassName
{
background-color: #F529BE;
}
</style>
border-color css
<style>
span { border-color: #F529BE; }
span { border-color: rgb(245,41,190); }
td.TdClassName
{
border-color: #F529BE;
}
.TagClassName
{
border-color: #F529BE;
}
</style>