Shades of Razzle Dazzle Rose #F546DA
Tints of Razzle Dazzle Rose #F546DA
RGB
CMYK
RGB Variations
Color information
#F546DA (or 0xF546DA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 46 and DA. RGB value is (245,70,218). Sum of RGB (Red+Green+Blue) = 245+70+218=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 70 (27.73% from 255 or 13.13% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F546DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F546DA is #0AB925. Grayscale: #8A8A8A. Windows color (decimal): -702758 or 14305013. OLE color: 14305013.
HSL color Cylindrical-coordinate representation of color #F546DA: hue angle of 309.26º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F546DA is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 70 | 218 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.04 |
| HSL | 309.26º | 0.9% | 0.62% | - |
| HSV(B) | 309.26º | 0.71% | 0.96% | - |
| XYZ | 52.5 | 28.85 | 69.13 | - |
| YUV | 139.2 | 172.48 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 70 | 218 | 0 | 0.71 | 0.11 | 0.04 | 309.26 | 0.9 | 0.62 |
| Hex | F5 | 46 | DA | 0 | 47 | B | 4 | 135 | 5A | 3E |
| Octal | 365 | 106 | 332 | 0 | 107 | 13 | 4 | 465 | 132 | 76 |
| Binary | 11110101 | 1000110 | 11011010 | 0 | 1000111 | 1011 | 100 | 100110101 | 1011010 | 111110 |
Color Harmonies of #F546DA
Complementary color
Monochromatic Colors of #F546DA
Black with #F546DA
Text Example
Text Example
White with #F546DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F546DA; }
p { color: rgb(245,70,218); }
H1.HeaderClassName
{
color: #F546DA;
}
.AnyTagClassName
{
color: #F546DA;
}
</style>
background-color css
<style>
a { background-color: #F546DA; }
a { background-color: rgb(245,70,218); }
div.DivClassName
{
background-color: #F546DA;
}
.BgClassName
{
background-color: #F546DA;
}
</style>
border-color css
<style>
span { border-color: #F546DA; }
span { border-color: rgb(245,70,218); }
td.TdClassName
{
border-color: #F546DA;
}
.TagClassName
{
border-color: #F546DA;
}
</style>