Shades of Razzle Dazzle Rose #F529CA
Tints of Razzle Dazzle Rose #F529CA
RGB
CMYK
RGB Variations
Color information
#F529CA (or 0xF529CA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 29 and CA. RGB value is (245,41,202). Sum of RGB (Red+Green+Blue) = 245+41+202=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 41 (16.41% from 255 or 8.40% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F529CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F529CA is #0AD635. Grayscale: #777777. Windows color (decimal): -710198 or 13249013. OLE color: 13249013.
HSL color Cylindrical-coordinate representation of color #F529CA: hue angle of 312.65º 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 #F529CA is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 41 | 202 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.04 |
| HSL | 312.65º | 0.91% | 0.56% | - |
| HSV(B) | 312.65º | 0.83% | 0.96% | - |
| XYZ | 49.11 | 25.26 | 58.16 | - |
| YUV | 120.35 | 174.09 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 202 | 0 | 0.83 | 0.18 | 0.04 | 312.65 | 0.91 | 0.56 |
| Hex | F5 | 29 | CA | 0 | 53 | 12 | 4 | 139 | 5B | 38 |
| Octal | 365 | 51 | 312 | 0 | 123 | 22 | 4 | 471 | 133 | 70 |
| Binary | 11110101 | 101001 | 11001010 | 0 | 1010011 | 10010 | 100 | 100111001 | 1011011 | 111000 |
Color Harmonies of #F529CA
Complementary color
Monochromatic Colors of #F529CA
Black with #F529CA
Text Example
Text Example
White with #F529CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F529CA; }
p { color: rgb(245,41,202); }
H1.HeaderClassName
{
color: #F529CA;
}
.AnyTagClassName
{
color: #F529CA;
}
</style>
background-color css
<style>
a { background-color: #F529CA; }
a { background-color: rgb(245,41,202); }
div.DivClassName
{
background-color: #F529CA;
}
.BgClassName
{
background-color: #F529CA;
}
</style>
border-color css
<style>
span { border-color: #F529CA; }
span { border-color: rgb(245,41,202); }
td.TdClassName
{
border-color: #F529CA;
}
.TagClassName
{
border-color: #F529CA;
}
</style>