Shades of Razzle Dazzle Rose #F540D5
Tints of Razzle Dazzle Rose #F540D5
RGB
CMYK
RGB Variations
Color information
#F540D5 (or 0xF540D5) is known color: Razzle Dazzle Rose. HEX triplet: F5, 40 and D5. RGB value is (245,64,213). Sum of RGB (Red+Green+Blue) = 245+64+213=522 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.93% from 522); Green value is 64 (25.39% from 255 or 12.26% from 522); Blue value is 213 (83.59% from 255 or 40.80% from 522); Max value from RGB is 245 - color contains mainly: red. Hex color #F540D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F540D5 is #0ABF2A. Grayscale: #868686. Windows color (decimal): -704299 or 13975797. OLE color: 13975797.
HSL color Cylindrical-coordinate representation of color #F540D5: hue angle of 310.61º 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 #F540D5 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 64 | 213 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.04 |
| HSL | 310.61º | 0.9% | 0.61% | - |
| HSV(B) | 310.61º | 0.74% | 0.96% | - |
| XYZ | 51.5 | 27.88 | 65.62 | - |
| YUV | 135.11 | 171.97 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 64 | 213 | 0 | 0.74 | 0.13 | 0.04 | 310.61 | 0.9 | 0.61 |
| Hex | F5 | 40 | D5 | 0 | 4A | D | 4 | 137 | 5A | 3D |
| Octal | 365 | 100 | 325 | 0 | 112 | 15 | 4 | 467 | 132 | 75 |
| Binary | 11110101 | 1000000 | 11010101 | 0 | 1001010 | 1101 | 100 | 100110111 | 1011010 | 111101 |
Color Harmonies of #F540D5
Complementary color
Monochromatic Colors of #F540D5
Black with #F540D5
Text Example
Text Example
White with #F540D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F540D5; }
p { color: rgb(245,64,213); }
H1.HeaderClassName
{
color: #F540D5;
}
.AnyTagClassName
{
color: #F540D5;
}
</style>
background-color css
<style>
a { background-color: #F540D5; }
a { background-color: rgb(245,64,213); }
div.DivClassName
{
background-color: #F540D5;
}
.BgClassName
{
background-color: #F540D5;
}
</style>
border-color css
<style>
span { border-color: #F540D5; }
span { border-color: rgb(245,64,213); }
td.TdClassName
{
border-color: #F540D5;
}
.TagClassName
{
border-color: #F540D5;
}
</style>