Shades of Razzle Dazzle Rose #F530DF
Tints of Razzle Dazzle Rose #F530DF
RGB
CMYK
RGB Variations
Color information
#F530DF (or 0xF530DF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 30 and DF. RGB value is (245,48,223). Sum of RGB (Red+Green+Blue) = 245+48+223=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 48 (19.14% from 255 or 9.30% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F530DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F530DF is #0ACF20. Grayscale: #7E7E7E. Windows color (decimal): -708385 or 14627061. OLE color: 14627061.
HSL color Cylindrical-coordinate representation of color #F530DF: hue angle of 306.7º 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 #F530DF is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 48 | 223 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.04 |
| HSL | 306.7º | 0.91% | 0.57% | - |
| HSV(B) | 306.7º | 0.8% | 0.96% | - |
| XYZ | 52.03 | 26.85 | 72.25 | - |
| YUV | 126.85 | 182.27 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 48 | 223 | 0 | 0.80 | 0.09 | 0.04 | 306.7 | 0.91 | 0.57 |
| Hex | F5 | 30 | DF | 0 | 50 | 9 | 4 | 133 | 5B | 39 |
| Octal | 365 | 60 | 337 | 0 | 120 | 11 | 4 | 463 | 133 | 71 |
| Binary | 11110101 | 110000 | 11011111 | 0 | 1010000 | 1001 | 100 | 100110011 | 1011011 | 111001 |
Color Harmonies of #F530DF
Complementary color
Monochromatic Colors of #F530DF
Black with #F530DF
Text Example
Text Example
White with #F530DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F530DF; }
p { color: rgb(245,48,223); }
H1.HeaderClassName
{
color: #F530DF;
}
.AnyTagClassName
{
color: #F530DF;
}
</style>
background-color css
<style>
a { background-color: #F530DF; }
a { background-color: rgb(245,48,223); }
div.DivClassName
{
background-color: #F530DF;
}
.BgClassName
{
background-color: #F530DF;
}
</style>
border-color css
<style>
span { border-color: #F530DF; }
span { border-color: rgb(245,48,223); }
td.TdClassName
{
border-color: #F530DF;
}
.TagClassName
{
border-color: #F530DF;
}
</style>