Shades of Razzle Dazzle Rose #F540E3
Tints of Razzle Dazzle Rose #F540E3
RGB
CMYK
RGB Variations
Color information
#F540E3 (or 0xF540E3) is known color: Razzle Dazzle Rose. HEX triplet: F5, 40 and E3. RGB value is (245,64,227). Sum of RGB (Red+Green+Blue) = 245+64+227=536 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.71% from 536); Green value is 64 (25.39% from 255 or 11.94% from 536); Blue value is 227 (89.06% from 255 or 42.35% from 536); Max value from RGB is 245 - color contains mainly: red. Hex color #F540E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F540E3 is #0ABF1C. Grayscale: #888888. Windows color (decimal): -704285 or 14893301. OLE color: 14893301.
HSL color Cylindrical-coordinate representation of color #F540E3: hue angle of 305.97º 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 #F540E3 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 64 | 227 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.04 |
| HSL | 305.97º | 0.9% | 0.61% | - |
| HSV(B) | 305.97º | 0.74% | 0.96% | - |
| XYZ | 53.35 | 28.63 | 75.39 | - |
| YUV | 136.7 | 178.97 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 64 | 227 | 0 | 0.74 | 0.07 | 0.04 | 305.97 | 0.9 | 0.61 |
| Hex | F5 | 40 | E3 | 0 | 4A | 7 | 4 | 132 | 5A | 3D |
| Octal | 365 | 100 | 343 | 0 | 112 | 7 | 4 | 462 | 132 | 75 |
| Binary | 11110101 | 1000000 | 11100011 | 0 | 1001010 | 111 | 100 | 100110010 | 1011010 | 111101 |
Color Harmonies of #F540E3
Complementary color
Monochromatic Colors of #F540E3
Black with #F540E3
Text Example
Text Example
White with #F540E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F540E3; }
p { color: rgb(245,64,227); }
H1.HeaderClassName
{
color: #F540E3;
}
.AnyTagClassName
{
color: #F540E3;
}
</style>
background-color css
<style>
a { background-color: #F540E3; }
a { background-color: rgb(245,64,227); }
div.DivClassName
{
background-color: #F540E3;
}
.BgClassName
{
background-color: #F540E3;
}
</style>
border-color css
<style>
span { border-color: #F540E3; }
span { border-color: rgb(245,64,227); }
td.TdClassName
{
border-color: #F540E3;
}
.TagClassName
{
border-color: #F540E3;
}
</style>