Shades of Razzle Dazzle Rose #F529EF
Tints of Razzle Dazzle Rose #F529EF
RGB
CMYK
RGB Variations
Color information
#F529EF (or 0xF529EF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 29 and EF. RGB value is (245,41,239). Sum of RGB (Red+Green+Blue) = 245+41+239=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 41 (16.41% from 255 or 7.81% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F529EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F529EF is #0AD610. Grayscale: #7B7B7B. Windows color (decimal): -710161 or 15673845. OLE color: 15673845.
HSL color Cylindrical-coordinate representation of color #F529EF: hue angle of 301.76º 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 #F529EF is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 41 | 239 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.04 |
| HSL | 301.76º | 0.91% | 0.56% | - |
| HSV(B) | 301.76º | 0.83% | 0.96% | - |
| XYZ | 54.03 | 27.23 | 84.07 | - |
| YUV | 124.57 | 192.59 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 239 | 0 | 0.83 | 0.02 | 0.04 | 301.76 | 0.91 | 0.56 |
| Hex | F5 | 29 | EF | 0 | 53 | 2 | 4 | 12E | 5B | 38 |
| Octal | 365 | 51 | 357 | 0 | 123 | 2 | 4 | 456 | 133 | 70 |
| Binary | 11110101 | 101001 | 11101111 | 0 | 1010011 | 10 | 100 | 100101110 | 1011011 | 111000 |
Color Harmonies of #F529EF
Complementary color
Monochromatic Colors of #F529EF
Black with #F529EF
Text Example
Text Example
White with #F529EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F529EF; }
p { color: rgb(245,41,239); }
H1.HeaderClassName
{
color: #F529EF;
}
.AnyTagClassName
{
color: #F529EF;
}
</style>
background-color css
<style>
a { background-color: #F529EF; }
a { background-color: rgb(245,41,239); }
div.DivClassName
{
background-color: #F529EF;
}
.BgClassName
{
background-color: #F529EF;
}
</style>
border-color css
<style>
span { border-color: #F529EF; }
span { border-color: rgb(245,41,239); }
td.TdClassName
{
border-color: #F529EF;
}
.TagClassName
{
border-color: #F529EF;
}
</style>