Shades of Razzle Dazzle Rose #F533E2
Tints of Razzle Dazzle Rose #F533E2
RGB
CMYK
RGB Variations
Color information
#F533E2 (or 0xF533E2) is known color: Razzle Dazzle Rose. HEX triplet: F5, 33 and E2. RGB value is (245,51,226). Sum of RGB (Red+Green+Blue) = 245+51+226=522 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.93% from 522); Green value is 51 (20.31% from 255 or 9.77% from 522); Blue value is 226 (88.67% from 255 or 43.30% from 522); Max value from RGB is 245 - color contains mainly: red. Hex color #F533E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F533E2 is #0ACC1D. Grayscale: #808080. Windows color (decimal): -707614 or 14824437. OLE color: 14824437.
HSL color Cylindrical-coordinate representation of color #F533E2: hue angle of 305.88º 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 #F533E2 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 51 | 226 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.04 |
| HSL | 305.88º | 0.91% | 0.58% | - |
| HSV(B) | 305.88º | 0.79% | 0.96% | - |
| XYZ | 52.57 | 27.27 | 74.44 | - |
| YUV | 128.96 | 182.77 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 51 | 226 | 0 | 0.79 | 0.08 | 0.04 | 305.88 | 0.91 | 0.58 |
| Hex | F5 | 33 | E2 | 0 | 4F | 8 | 4 | 132 | 5B | 3A |
| Octal | 365 | 63 | 342 | 0 | 117 | 10 | 4 | 462 | 133 | 72 |
| Binary | 11110101 | 110011 | 11100010 | 0 | 1001111 | 1000 | 100 | 100110010 | 1011011 | 111010 |
Color Harmonies of #F533E2
Complementary color
Monochromatic Colors of #F533E2
Black with #F533E2
Text Example
Text Example
White with #F533E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F533E2; }
p { color: rgb(245,51,226); }
H1.HeaderClassName
{
color: #F533E2;
}
.AnyTagClassName
{
color: #F533E2;
}
</style>
background-color css
<style>
a { background-color: #F533E2; }
a { background-color: rgb(245,51,226); }
div.DivClassName
{
background-color: #F533E2;
}
.BgClassName
{
background-color: #F533E2;
}
</style>
border-color css
<style>
span { border-color: #F533E2; }
span { border-color: rgb(245,51,226); }
td.TdClassName
{
border-color: #F533E2;
}
.TagClassName
{
border-color: #F533E2;
}
</style>