Shades of Razzle Dazzle Rose #F531EE
Tints of Razzle Dazzle Rose #F531EE
RGB
CMYK
RGB Variations
Color information
#F531EE (or 0xF531EE) is known color: Razzle Dazzle Rose. HEX triplet: F5, 31 and EE. RGB value is (245,49,238). Sum of RGB (Red+Green+Blue) = 245+49+238=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 49 (19.53% from 255 or 9.21% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 245 - color contains mainly: red. Hex color #F531EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F531EE is #0ACE11. Grayscale: #808080. Windows color (decimal): -708114 or 15610357. OLE color: 15610357.
HSL color Cylindrical-coordinate representation of color #F531EE: hue angle of 302.14º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F531EE is Cyan = 0, Magento = 0.8, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 49 | 238 | - |
| CMYK | 0 | 0.8 | 0.03 | 0.04 |
| HSL | 302.14º | 0.91% | 0.58% | - |
| HSV(B) | 302.14º | 0.8% | 0.96% | - |
| XYZ | 54.19 | 27.78 | 83.4 | - |
| YUV | 129.15 | 189.43 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 49 | 238 | 0 | 0.8 | 0.03 | 0.04 | 302.14 | 0.91 | 0.58 |
| Hex | F5 | 31 | EE | 0 | 50 | 3 | 4 | 12E | 5B | 3A |
| Octal | 365 | 61 | 356 | 0 | 120 | 3 | 4 | 456 | 133 | 72 |
| Binary | 11110101 | 110001 | 11101110 | 0 | 1010000 | 11 | 100 | 100101110 | 1011011 | 111010 |
Color Harmonies of #F531EE
Complementary color
Monochromatic Colors of #F531EE
Black with #F531EE
Text Example
Text Example
White with #F531EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F531EE; }
p { color: rgb(245,49,238); }
H1.HeaderClassName
{
color: #F531EE;
}
.AnyTagClassName
{
color: #F531EE;
}
</style>
background-color css
<style>
a { background-color: #F531EE; }
a { background-color: rgb(245,49,238); }
div.DivClassName
{
background-color: #F531EE;
}
.BgClassName
{
background-color: #F531EE;
}
</style>
border-color css
<style>
span { border-color: #F531EE; }
span { border-color: rgb(245,49,238); }
td.TdClassName
{
border-color: #F531EE;
}
.TagClassName
{
border-color: #F531EE;
}
</style>