Shades of Razzle Dazzle Rose #F540E5
Tints of Razzle Dazzle Rose #F540E5
RGB
CMYK
RGB Variations
Color information
#F540E5 (or 0xF540E5) is known color: Razzle Dazzle Rose. HEX triplet: F5, 40 and E5. RGB value is (245,64,229). Sum of RGB (Red+Green+Blue) = 245+64+229=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 64 (25.39% from 255 or 11.90% from 538); Blue value is 229 (89.84% from 255 or 42.57% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F540E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F540E5 is #0ABF1A. Grayscale: #888888. Windows color (decimal): -704283 or 15024373. OLE color: 15024373.
HSL color Cylindrical-coordinate representation of color #F540E5: hue angle of 305.3º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F540E5 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 64 | 229 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.04 |
| HSL | 305.3º | 0.9% | 0.61% | - |
| HSV(B) | 305.3º | 0.74% | 0.96% | - |
| XYZ | 53.63 | 28.74 | 76.85 | - |
| YUV | 136.93 | 179.97 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 64 | 229 | 0 | 0.74 | 0.07 | 0.04 | 305.3 | 0.9 | 0.61 |
| Hex | F5 | 40 | E5 | 0 | 4A | 7 | 4 | 131 | 5A | 3D |
| Octal | 365 | 100 | 345 | 0 | 112 | 7 | 4 | 461 | 132 | 75 |
| Binary | 11110101 | 1000000 | 11100101 | 0 | 1001010 | 111 | 100 | 100110001 | 1011010 | 111101 |
Color Harmonies of #F540E5
Complementary color
Monochromatic Colors of #F540E5
Black with #F540E5
Text Example
Text Example
White with #F540E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F540E5; }
p { color: rgb(245,64,229); }
H1.HeaderClassName
{
color: #F540E5;
}
.AnyTagClassName
{
color: #F540E5;
}
</style>
background-color css
<style>
a { background-color: #F540E5; }
a { background-color: rgb(245,64,229); }
div.DivClassName
{
background-color: #F540E5;
}
.BgClassName
{
background-color: #F540E5;
}
</style>
border-color css
<style>
span { border-color: #F540E5; }
span { border-color: rgb(245,64,229); }
td.TdClassName
{
border-color: #F540E5;
}
.TagClassName
{
border-color: #F540E5;
}
</style>