Shades of Razzle Dazzle Rose #F541DA
Tints of Razzle Dazzle Rose #F541DA
RGB
CMYK
RGB Variations
Color information
#F541DA (or 0xF541DA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 41 and DA. RGB value is (245,65,218). Sum of RGB (Red+Green+Blue) = 245+65+218=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 65 (25.78% from 255 or 12.31% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 245 - color contains mainly: red. Hex color #F541DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F541DA is #0ABE25. Grayscale: #878787. Windows color (decimal): -704038 or 14303733. OLE color: 14303733.
HSL color Cylindrical-coordinate representation of color #F541DA: hue angle of 309º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F541DA is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 65 | 218 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.04 |
| HSL | 309º | 0.9% | 0.61% | - |
| HSV(B) | 309º | 0.73% | 0.96% | - |
| XYZ | 52.2 | 28.26 | 69.03 | - |
| YUV | 136.26 | 174.13 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 65 | 218 | 0 | 0.73 | 0.11 | 0.04 | 309 | 0.9 | 0.61 |
| Hex | F5 | 41 | DA | 0 | 49 | B | 4 | 135 | 5A | 3D |
| Octal | 365 | 101 | 332 | 0 | 111 | 13 | 4 | 465 | 132 | 75 |
| Binary | 11110101 | 1000001 | 11011010 | 0 | 1001001 | 1011 | 100 | 100110101 | 1011010 | 111101 |
Color Harmonies of #F541DA
Complementary color
Monochromatic Colors of #F541DA
Black with #F541DA
Text Example
Text Example
White with #F541DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F541DA; }
p { color: rgb(245,65,218); }
H1.HeaderClassName
{
color: #F541DA;
}
.AnyTagClassName
{
color: #F541DA;
}
</style>
background-color css
<style>
a { background-color: #F541DA; }
a { background-color: rgb(245,65,218); }
div.DivClassName
{
background-color: #F541DA;
}
.BgClassName
{
background-color: #F541DA;
}
</style>
border-color css
<style>
span { border-color: #F541DA; }
span { border-color: rgb(245,65,218); }
td.TdClassName
{
border-color: #F541DA;
}
.TagClassName
{
border-color: #F541DA;
}
</style>