Shades of Razzle Dazzle Rose #F540E0
Tints of Razzle Dazzle Rose #F540E0
RGB
CMYK
RGB Variations
Color information
#F540E0 (or 0xF540E0) is known color: Razzle Dazzle Rose. HEX triplet: F5, 40 and E0. RGB value is (245,64,224). Sum of RGB (Red+Green+Blue) = 245+64+224=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 64 (25.39% from 255 or 12.01% from 533); Blue value is 224 (87.89% from 255 or 42.03% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F540E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F540E0 is #0ABF1F. Grayscale: #878787. Windows color (decimal): -704288 or 14696693. OLE color: 14696693.
HSL color Cylindrical-coordinate representation of color #F540E0: hue angle of 306.96º 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 #F540E0 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 64 | 224 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.04 |
| HSL | 306.96º | 0.9% | 0.61% | - |
| HSV(B) | 306.96º | 0.74% | 0.96% | - |
| XYZ | 52.94 | 28.46 | 73.22 | - |
| YUV | 136.36 | 177.47 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 64 | 224 | 0 | 0.74 | 0.09 | 0.04 | 306.96 | 0.9 | 0.61 |
| Hex | F5 | 40 | E0 | 0 | 4A | 9 | 4 | 133 | 5A | 3D |
| Octal | 365 | 100 | 340 | 0 | 112 | 11 | 4 | 463 | 132 | 75 |
| Binary | 11110101 | 1000000 | 11100000 | 0 | 1001010 | 1001 | 100 | 100110011 | 1011010 | 111101 |
Color Harmonies of #F540E0
Complementary color
Monochromatic Colors of #F540E0
Black with #F540E0
Text Example
Text Example
White with #F540E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F540E0; }
p { color: rgb(245,64,224); }
H1.HeaderClassName
{
color: #F540E0;
}
.AnyTagClassName
{
color: #F540E0;
}
</style>
background-color css
<style>
a { background-color: #F540E0; }
a { background-color: rgb(245,64,224); }
div.DivClassName
{
background-color: #F540E0;
}
.BgClassName
{
background-color: #F540E0;
}
</style>
border-color css
<style>
span { border-color: #F540E0; }
span { border-color: rgb(245,64,224); }
td.TdClassName
{
border-color: #F540E0;
}
.TagClassName
{
border-color: #F540E0;
}
</style>