Shades of Razzle Dazzle Rose #F529C3
Tints of Razzle Dazzle Rose #F529C3
RGB
CMYK
RGB Variations
Color information
#F529C3 (or 0xF529C3) is known color: Razzle Dazzle Rose. HEX triplet: F5, 29 and C3. RGB value is (245,41,195). Sum of RGB (Red+Green+Blue) = 245+41+195=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 41 (16.41% from 255 or 8.52% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F529C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F529C3 is #0AD63C. Grayscale: #777777. Windows color (decimal): -710205 or 12790261. OLE color: 12790261.
HSL color Cylindrical-coordinate representation of color #F529C3: hue angle of 314.71º 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 #F529C3 is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 41 | 195 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.04 |
| HSL | 314.71º | 0.91% | 0.56% | - |
| HSV(B) | 314.71º | 0.83% | 0.96% | - |
| XYZ | 48.3 | 24.94 | 53.9 | - |
| YUV | 119.55 | 170.59 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 195 | 0 | 0.83 | 0.20 | 0.04 | 314.71 | 0.91 | 0.56 |
| Hex | F5 | 29 | C3 | 0 | 53 | 14 | 4 | 13B | 5B | 38 |
| Octal | 365 | 51 | 303 | 0 | 123 | 24 | 4 | 473 | 133 | 70 |
| Binary | 11110101 | 101001 | 11000011 | 0 | 1010011 | 10100 | 100 | 100111011 | 1011011 | 111000 |
Color Harmonies of #F529C3
Complementary color
Monochromatic Colors of #F529C3
Black with #F529C3
Text Example
Text Example
White with #F529C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F529C3; }
p { color: rgb(245,41,195); }
H1.HeaderClassName
{
color: #F529C3;
}
.AnyTagClassName
{
color: #F529C3;
}
</style>
background-color css
<style>
a { background-color: #F529C3; }
a { background-color: rgb(245,41,195); }
div.DivClassName
{
background-color: #F529C3;
}
.BgClassName
{
background-color: #F529C3;
}
</style>
border-color css
<style>
span { border-color: #F529C3; }
span { border-color: rgb(245,41,195); }
td.TdClassName
{
border-color: #F529C3;
}
.TagClassName
{
border-color: #F529C3;
}
</style>