Shades of Razzle Dazzle Rose #F530EE
Tints of Razzle Dazzle Rose #F530EE
RGB
CMYK
RGB Variations
Color information
#F530EE (or 0xF530EE) is known color: Razzle Dazzle Rose. HEX triplet: F5, 30 and EE. RGB value is (245,48,238). Sum of RGB (Red+Green+Blue) = 245+48+238=531 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.14% from 531); Green value is 48 (19.14% from 255 or 9.04% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 245 - color contains mainly: red. Hex color #F530EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F530EE is #0ACF11. Grayscale: #808080. Windows color (decimal): -708370 or 15610101. OLE color: 15610101.
HSL color Cylindrical-coordinate representation of color #F530EE: hue angle of 302.13º 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 #F530EE is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 48 | 238 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.04 |
| HSL | 302.13º | 0.91% | 0.57% | - |
| HSV(B) | 302.13º | 0.8% | 0.96% | - |
| XYZ | 54.15 | 27.7 | 83.38 | - |
| YUV | 128.56 | 189.77 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 48 | 238 | 0 | 0.80 | 0.03 | 0.04 | 302.13 | 0.91 | 0.57 |
| Hex | F5 | 30 | EE | 0 | 50 | 3 | 4 | 12E | 5B | 39 |
| Octal | 365 | 60 | 356 | 0 | 120 | 3 | 4 | 456 | 133 | 71 |
| Binary | 11110101 | 110000 | 11101110 | 0 | 1010000 | 11 | 100 | 100101110 | 1011011 | 111001 |
Color Harmonies of #F530EE
Complementary color
Monochromatic Colors of #F530EE
Black with #F530EE
Text Example
Text Example
White with #F530EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F530EE; }
p { color: rgb(245,48,238); }
H1.HeaderClassName
{
color: #F530EE;
}
.AnyTagClassName
{
color: #F530EE;
}
</style>
background-color css
<style>
a { background-color: #F530EE; }
a { background-color: rgb(245,48,238); }
div.DivClassName
{
background-color: #F530EE;
}
.BgClassName
{
background-color: #F530EE;
}
</style>
border-color css
<style>
span { border-color: #F530EE; }
span { border-color: rgb(245,48,238); }
td.TdClassName
{
border-color: #F530EE;
}
.TagClassName
{
border-color: #F530EE;
}
</style>