Shades of Razzle Dazzle Rose #F525CA
Tints of Razzle Dazzle Rose #F525CA
RGB
CMYK
RGB Variations
Color information
#F525CA (or 0xF525CA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 25 and CA. RGB value is (245,37,202). Sum of RGB (Red+Green+Blue) = 245+37+202=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 37 (14.84% from 255 or 7.64% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F525CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F525CA is #0ADA35. Grayscale: #757575. Windows color (decimal): -711222 or 13247989. OLE color: 13247989.
HSL color Cylindrical-coordinate representation of color #F525CA: hue angle of 312.4º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F525CA is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 37 | 202 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.04 |
| HSL | 312.4º | 0.91% | 0.55% | - |
| HSV(B) | 312.4º | 0.85% | 0.96% | - |
| XYZ | 48.98 | 25 | 58.12 | - |
| YUV | 118 | 175.41 | 218.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 202 | 0 | 0.85 | 0.18 | 0.04 | 312.4 | 0.91 | 0.55 |
| Hex | F5 | 25 | CA | 0 | 55 | 12 | 4 | 138 | 5B | 37 |
| Octal | 365 | 45 | 312 | 0 | 125 | 22 | 4 | 470 | 133 | 67 |
| Binary | 11110101 | 100101 | 11001010 | 0 | 1010101 | 10010 | 100 | 100111000 | 1011011 | 110111 |
Color Harmonies of #F525CA
Complementary color
Monochromatic Colors of #F525CA
Black with #F525CA
Text Example
Text Example
White with #F525CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F525CA; }
p { color: rgb(245,37,202); }
H1.HeaderClassName
{
color: #F525CA;
}
.AnyTagClassName
{
color: #F525CA;
}
</style>
background-color css
<style>
a { background-color: #F525CA; }
a { background-color: rgb(245,37,202); }
div.DivClassName
{
background-color: #F525CA;
}
.BgClassName
{
background-color: #F525CA;
}
</style>
border-color css
<style>
span { border-color: #F525CA; }
span { border-color: rgb(245,37,202); }
td.TdClassName
{
border-color: #F525CA;
}
.TagClassName
{
border-color: #F525CA;
}
</style>