Shades of Razzle Dazzle Rose #F522E1
Tints of Razzle Dazzle Rose #F522E1
RGB
CMYK
RGB Variations
Color information
#F522E1 (or 0xF522E1) is known color: Razzle Dazzle Rose. HEX triplet: F5, 22 and E1. RGB value is (245,34,225). Sum of RGB (Red+Green+Blue) = 245+34+225=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 34 (13.67% from 255 or 6.75% from 504); Blue value is 225 (88.28% from 255 or 44.64% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F522E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F522E1 is #0ADD1E. Grayscale: #767676. Windows color (decimal): -711967 or 14754549. OLE color: 14754549.
HSL color Cylindrical-coordinate representation of color #F522E1: hue angle of 305.69º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F522E1 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 34 | 225 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.04 |
| HSL | 305.69º | 0.91% | 0.55% | - |
| HSV(B) | 305.69º | 0.86% | 0.96% | - |
| XYZ | 51.82 | 25.99 | 73.52 | - |
| YUV | 118.86 | 187.9 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 34 | 225 | 0 | 0.86 | 0.08 | 0.04 | 305.69 | 0.91 | 0.55 |
| Hex | F5 | 22 | E1 | 0 | 56 | 8 | 4 | 132 | 5B | 37 |
| Octal | 365 | 42 | 341 | 0 | 126 | 10 | 4 | 462 | 133 | 67 |
| Binary | 11110101 | 100010 | 11100001 | 0 | 1010110 | 1000 | 100 | 100110010 | 1011011 | 110111 |
Color Harmonies of #F522E1
Complementary color
Monochromatic Colors of #F522E1
Black with #F522E1
Text Example
Text Example
White with #F522E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F522E1; }
p { color: rgb(245,34,225); }
H1.HeaderClassName
{
color: #F522E1;
}
.AnyTagClassName
{
color: #F522E1;
}
</style>
background-color css
<style>
a { background-color: #F522E1; }
a { background-color: rgb(245,34,225); }
div.DivClassName
{
background-color: #F522E1;
}
.BgClassName
{
background-color: #F522E1;
}
</style>
border-color css
<style>
span { border-color: #F522E1; }
span { border-color: rgb(245,34,225); }
td.TdClassName
{
border-color: #F522E1;
}
.TagClassName
{
border-color: #F522E1;
}
</style>