Shades of Razzle Dazzle Rose #F541E5
Tints of Razzle Dazzle Rose #F541E5
RGB
CMYK
RGB Variations
Color information
#F541E5 (or 0xF541E5) is known color: Razzle Dazzle Rose. HEX triplet: F5, 41 and E5. RGB value is (245,65,229). Sum of RGB (Red+Green+Blue) = 245+65+229=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 65 (25.78% from 255 or 12.06% from 539); Blue value is 229 (89.84% from 255 or 42.49% from 539); Max value from RGB is 245 - color contains mainly: red. Hex color #F541E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F541E5 is #0ABE1A. Grayscale: #898989. Windows color (decimal): -704027 or 15024629. OLE color: 15024629.
HSL color Cylindrical-coordinate representation of color #F541E5: hue angle of 305.33º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F541E5 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 65 | 229 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.04 |
| HSL | 305.33º | 0.9% | 0.61% | - |
| HSV(B) | 305.33º | 0.73% | 0.96% | - |
| XYZ | 53.69 | 28.85 | 76.87 | - |
| YUV | 137.52 | 179.63 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 65 | 229 | 0 | 0.73 | 0.07 | 0.04 | 305.33 | 0.9 | 0.61 |
| Hex | F5 | 41 | E5 | 0 | 49 | 7 | 4 | 131 | 5A | 3D |
| Octal | 365 | 101 | 345 | 0 | 111 | 7 | 4 | 461 | 132 | 75 |
| Binary | 11110101 | 1000001 | 11100101 | 0 | 1001001 | 111 | 100 | 100110001 | 1011010 | 111101 |
Color Harmonies of #F541E5
Complementary color
Monochromatic Colors of #F541E5
Black with #F541E5
Text Example
Text Example
White with #F541E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F541E5; }
p { color: rgb(245,65,229); }
H1.HeaderClassName
{
color: #F541E5;
}
.AnyTagClassName
{
color: #F541E5;
}
</style>
background-color css
<style>
a { background-color: #F541E5; }
a { background-color: rgb(245,65,229); }
div.DivClassName
{
background-color: #F541E5;
}
.BgClassName
{
background-color: #F541E5;
}
</style>
border-color css
<style>
span { border-color: #F541E5; }
span { border-color: rgb(245,65,229); }
td.TdClassName
{
border-color: #F541E5;
}
.TagClassName
{
border-color: #F541E5;
}
</style>