Shades of Razzle Dazzle Rose #F545D7
Tints of Razzle Dazzle Rose #F545D7
RGB
CMYK
RGB Variations
Color information
#F545D7 (or 0xF545D7) is known color: Razzle Dazzle Rose. HEX triplet: F5, 45 and D7. RGB value is (245,69,215). Sum of RGB (Red+Green+Blue) = 245+69+215=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 69 (27.34% from 255 or 13.04% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F545D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F545D7 is #0ABA28. Grayscale: #898989. Windows color (decimal): -703017 or 14108149. OLE color: 14108149.
HSL color Cylindrical-coordinate representation of color #F545D7: hue angle of 310.23º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F545D7 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 215 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.04 |
| HSL | 310.23º | 0.9% | 0.62% | - |
| HSV(B) | 310.23º | 0.72% | 0.96% | - |
| XYZ | 52.05 | 28.58 | 67.06 | - |
| YUV | 138.27 | 171.31 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 215 | 0 | 0.72 | 0.12 | 0.04 | 310.23 | 0.9 | 0.62 |
| Hex | F5 | 45 | D7 | 0 | 48 | C | 4 | 136 | 5A | 3E |
| Octal | 365 | 105 | 327 | 0 | 110 | 14 | 4 | 466 | 132 | 76 |
| Binary | 11110101 | 1000101 | 11010111 | 0 | 1001000 | 1100 | 100 | 100110110 | 1011010 | 111110 |
Color Harmonies of #F545D7
Complementary color
Monochromatic Colors of #F545D7
Black with #F545D7
Text Example
Text Example
White with #F545D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F545D7; }
p { color: rgb(245,69,215); }
H1.HeaderClassName
{
color: #F545D7;
}
.AnyTagClassName
{
color: #F545D7;
}
</style>
background-color css
<style>
a { background-color: #F545D7; }
a { background-color: rgb(245,69,215); }
div.DivClassName
{
background-color: #F545D7;
}
.BgClassName
{
background-color: #F545D7;
}
</style>
border-color css
<style>
span { border-color: #F545D7; }
span { border-color: rgb(245,69,215); }
td.TdClassName
{
border-color: #F545D7;
}
.TagClassName
{
border-color: #F545D7;
}
</style>