Shades of Razzle Dazzle Rose #F533EF
Tints of Razzle Dazzle Rose #F533EF
RGB
CMYK
RGB Variations
Color information
#F533EF (or 0xF533EF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 33 and EF. RGB value is (245,51,239). Sum of RGB (Red+Green+Blue) = 245+51+239=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 51 (20.31% from 255 or 9.53% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 245 - color contains mainly: red. Hex color #F533EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F533EF is #0ACC10. Grayscale: #818181. Windows color (decimal): -707601 or 15676405. OLE color: 15676405.
HSL color Cylindrical-coordinate representation of color #F533EF: hue angle of 301.86º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F533EF is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 51 | 239 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.04 |
| HSL | 301.86º | 0.91% | 0.58% | - |
| HSV(B) | 301.86º | 0.79% | 0.96% | - |
| XYZ | 54.42 | 28.01 | 84.2 | - |
| YUV | 130.44 | 189.27 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 51 | 239 | 0 | 0.79 | 0.02 | 0.04 | 301.86 | 0.91 | 0.58 |
| Hex | F5 | 33 | EF | 0 | 4F | 2 | 4 | 12E | 5B | 3A |
| Octal | 365 | 63 | 357 | 0 | 117 | 2 | 4 | 456 | 133 | 72 |
| Binary | 11110101 | 110011 | 11101111 | 0 | 1001111 | 10 | 100 | 100101110 | 1011011 | 111010 |
Color Harmonies of #F533EF
Complementary color
Monochromatic Colors of #F533EF
Black with #F533EF
Text Example
Text Example
White with #F533EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F533EF; }
p { color: rgb(245,51,239); }
H1.HeaderClassName
{
color: #F533EF;
}
.AnyTagClassName
{
color: #F533EF;
}
</style>
background-color css
<style>
a { background-color: #F533EF; }
a { background-color: rgb(245,51,239); }
div.DivClassName
{
background-color: #F533EF;
}
.BgClassName
{
background-color: #F533EF;
}
</style>
border-color css
<style>
span { border-color: #F533EF; }
span { border-color: rgb(245,51,239); }
td.TdClassName
{
border-color: #F533EF;
}
.TagClassName
{
border-color: #F533EF;
}
</style>