Shades of Razzle Dazzle Rose #F530F2
Tints of Razzle Dazzle Rose #F530F2
RGB
CMYK
RGB Variations
Color information
#F530F2 (or 0xF530F2) is known color: Razzle Dazzle Rose. HEX triplet: F5, 30 and F2. RGB value is (245,48,242). Sum of RGB (Red+Green+Blue) = 245+48+242=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 48 (19.14% from 255 or 8.97% from 535); Blue value is 242 (94.92% from 255 or 45.23% from 535); Max value from RGB is 245 - color contains mainly: red. Hex color #F530F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F530F2 is #0ACF0D. Grayscale: #808080. Windows color (decimal): -708366 or 15872245. OLE color: 15872245.
HSL color Cylindrical-coordinate representation of color #F530F2: hue angle of 300.91º 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 #F530F2 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 48 | 242 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.04 |
| HSL | 300.91º | 0.91% | 0.57% | - |
| HSV(B) | 300.91º | 0.8% | 0.96% | - |
| XYZ | 54.74 | 27.94 | 86.51 | - |
| YUV | 129.02 | 191.77 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 48 | 242 | 0 | 0.80 | 0.01 | 0.04 | 300.91 | 0.91 | 0.57 |
| Hex | F5 | 30 | F2 | 0 | 50 | 1 | 4 | 12D | 5B | 39 |
| Octal | 365 | 60 | 362 | 0 | 120 | 1 | 4 | 455 | 133 | 71 |
| Binary | 11110101 | 110000 | 11110010 | 0 | 1010000 | 1 | 100 | 100101101 | 1011011 | 111001 |
Color Harmonies of #F530F2
Complementary color
Monochromatic Colors of #F530F2
Black with #F530F2
Text Example
Text Example
White with #F530F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F530F2; }
p { color: rgb(245,48,242); }
H1.HeaderClassName
{
color: #F530F2;
}
.AnyTagClassName
{
color: #F530F2;
}
</style>
background-color css
<style>
a { background-color: #F530F2; }
a { background-color: rgb(245,48,242); }
div.DivClassName
{
background-color: #F530F2;
}
.BgClassName
{
background-color: #F530F2;
}
</style>
border-color css
<style>
span { border-color: #F530F2; }
span { border-color: rgb(245,48,242); }
td.TdClassName
{
border-color: #F530F2;
}
.TagClassName
{
border-color: #F530F2;
}
</style>