Shades of Razzle Dazzle Rose #F533C4
Tints of Razzle Dazzle Rose #F533C4
RGB
CMYK
RGB Variations
Color information
#F533C4 (or 0xF533C4) is known color: Razzle Dazzle Rose. HEX triplet: F5, 33 and C4. RGB value is (245,51,196). Sum of RGB (Red+Green+Blue) = 245+51+196=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 51 (20.31% from 255 or 10.37% from 492); Blue value is 196 (76.95% from 255 or 39.84% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F533C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F533C4 is #0ACC3B. Grayscale: #7D7D7D. Windows color (decimal): -707644 or 12858357. OLE color: 12858357.
HSL color Cylindrical-coordinate representation of color #F533C4: hue angle of 315.15º 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 #F533C4 is Cyan = 0, Magento = 0.79, Yellow = 0.2 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 51 | 196 | - |
| CMYK | 0 | 0.79 | 0.2 | 0.04 |
| HSL | 315.15º | 0.91% | 0.58% | - |
| HSV(B) | 315.15º | 0.79% | 0.96% | - |
| XYZ | 48.8 | 25.77 | 54.63 | - |
| YUV | 125.54 | 167.77 | 213.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 51 | 196 | 0 | 0.79 | 0.2 | 0.04 | 315.15 | 0.91 | 0.58 |
| Hex | F5 | 33 | C4 | 0 | 4F | 14 | 4 | 13B | 5B | 3A |
| Octal | 365 | 63 | 304 | 0 | 117 | 24 | 4 | 473 | 133 | 72 |
| Binary | 11110101 | 110011 | 11000100 | 0 | 1001111 | 10100 | 100 | 100111011 | 1011011 | 111010 |
Color Harmonies of #F533C4
Complementary color
Monochromatic Colors of #F533C4
Black with #F533C4
Text Example
Text Example
White with #F533C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F533C4; }
p { color: rgb(245,51,196); }
H1.HeaderClassName
{
color: #F533C4;
}
.AnyTagClassName
{
color: #F533C4;
}
</style>
background-color css
<style>
a { background-color: #F533C4; }
a { background-color: rgb(245,51,196); }
div.DivClassName
{
background-color: #F533C4;
}
.BgClassName
{
background-color: #F533C4;
}
</style>
border-color css
<style>
span { border-color: #F533C4; }
span { border-color: rgb(245,51,196); }
td.TdClassName
{
border-color: #F533C4;
}
.TagClassName
{
border-color: #F533C4;
}
</style>