Shades of Razzle Dazzle Rose #F530CA
Tints of Razzle Dazzle Rose #F530CA
RGB
CMYK
RGB Variations
Color information
#F530CA (or 0xF530CA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 30 and CA. RGB value is (245,48,202). Sum of RGB (Red+Green+Blue) = 245+48+202=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 48 (19.14% from 255 or 9.70% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F530CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F530CA is #0ACF35. Grayscale: #7C7C7C. Windows color (decimal): -708406 or 13250805. OLE color: 13250805.
HSL color Cylindrical-coordinate representation of color #F530CA: hue angle of 313.1º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F530CA is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 48 | 202 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.04 |
| HSL | 313.1º | 0.91% | 0.57% | - |
| HSV(B) | 313.1º | 0.8% | 0.96% | - |
| XYZ | 49.37 | 25.79 | 58.25 | - |
| YUV | 124.46 | 171.77 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 48 | 202 | 0 | 0.80 | 0.18 | 0.04 | 313.1 | 0.91 | 0.57 |
| Hex | F5 | 30 | CA | 0 | 50 | 12 | 4 | 139 | 5B | 39 |
| Octal | 365 | 60 | 312 | 0 | 120 | 22 | 4 | 471 | 133 | 71 |
| Binary | 11110101 | 110000 | 11001010 | 0 | 1010000 | 10010 | 100 | 100111001 | 1011011 | 111001 |
Color Harmonies of #F530CA
Complementary color
Monochromatic Colors of #F530CA
Black with #F530CA
Text Example
Text Example
White with #F530CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F530CA; }
p { color: rgb(245,48,202); }
H1.HeaderClassName
{
color: #F530CA;
}
.AnyTagClassName
{
color: #F530CA;
}
</style>
background-color css
<style>
a { background-color: #F530CA; }
a { background-color: rgb(245,48,202); }
div.DivClassName
{
background-color: #F530CA;
}
.BgClassName
{
background-color: #F530CA;
}
</style>
border-color css
<style>
span { border-color: #F530CA; }
span { border-color: rgb(245,48,202); }
td.TdClassName
{
border-color: #F530CA;
}
.TagClassName
{
border-color: #F530CA;
}
</style>