Shades of Razzle Dazzle Rose #F521CA
Tints of Razzle Dazzle Rose #F521CA
RGB
CMYK
RGB Variations
Color information
#F521CA (or 0xF521CA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 21 and CA. RGB value is (245,33,202). Sum of RGB (Red+Green+Blue) = 245+33+202=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 33 (13.28% from 255 or 6.88% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F521CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F521CA is #0ADE35. Grayscale: #737373. Windows color (decimal): -712246 or 13246965. OLE color: 13246965.
HSL color Cylindrical-coordinate representation of color #F521CA: hue angle of 312.17º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F521CA is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 33 | 202 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.04 |
| HSL | 312.17º | 0.91% | 0.55% | - |
| HSV(B) | 312.17º | 0.87% | 0.96% | - |
| XYZ | 48.86 | 24.76 | 58.08 | - |
| YUV | 115.65 | 176.74 | 220.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 33 | 202 | 0 | 0.87 | 0.18 | 0.04 | 312.17 | 0.91 | 0.55 |
| Hex | F5 | 21 | CA | 0 | 57 | 12 | 4 | 138 | 5B | 37 |
| Octal | 365 | 41 | 312 | 0 | 127 | 22 | 4 | 470 | 133 | 67 |
| Binary | 11110101 | 100001 | 11001010 | 0 | 1010111 | 10010 | 100 | 100111000 | 1011011 | 110111 |
Color Harmonies of #F521CA
Complementary color
Monochromatic Colors of #F521CA
Black with #F521CA
Text Example
Text Example
White with #F521CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F521CA; }
p { color: rgb(245,33,202); }
H1.HeaderClassName
{
color: #F521CA;
}
.AnyTagClassName
{
color: #F521CA;
}
</style>
background-color css
<style>
a { background-color: #F521CA; }
a { background-color: rgb(245,33,202); }
div.DivClassName
{
background-color: #F521CA;
}
.BgClassName
{
background-color: #F521CA;
}
</style>
border-color css
<style>
span { border-color: #F521CA; }
span { border-color: rgb(245,33,202); }
td.TdClassName
{
border-color: #F521CA;
}
.TagClassName
{
border-color: #F521CA;
}
</style>