Shades of Razzle Dazzle Rose #F544DD
Tints of Razzle Dazzle Rose #F544DD
RGB
CMYK
RGB Variations
Color information
#F544DD (or 0xF544DD) is known color: Razzle Dazzle Rose. HEX triplet: F5, 44 and DD. RGB value is (245,68,221). Sum of RGB (Red+Green+Blue) = 245+68+221=534 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.88% from 534); Green value is 68 (26.95% from 255 or 12.73% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 245 - color contains mainly: red. Hex color #F544DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F544DD is #0ABB22. Grayscale: #898989. Windows color (decimal): -703267 or 14501109. OLE color: 14501109.
HSL color Cylindrical-coordinate representation of color #F544DD: hue angle of 308.14º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F544DD is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 68 | 221 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.04 |
| HSL | 308.14º | 0.9% | 0.61% | - |
| HSV(B) | 308.14º | 0.72% | 0.96% | - |
| XYZ | 52.77 | 28.77 | 71.18 | - |
| YUV | 138.37 | 174.64 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 68 | 221 | 0 | 0.72 | 0.10 | 0.04 | 308.14 | 0.9 | 0.61 |
| Hex | F5 | 44 | DD | 0 | 48 | A | 4 | 134 | 5A | 3D |
| Octal | 365 | 104 | 335 | 0 | 110 | 12 | 4 | 464 | 132 | 75 |
| Binary | 11110101 | 1000100 | 11011101 | 0 | 1001000 | 1010 | 100 | 100110100 | 1011010 | 111101 |
Color Harmonies of #F544DD
Complementary color
Monochromatic Colors of #F544DD
Black with #F544DD
Text Example
Text Example
White with #F544DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F544DD; }
p { color: rgb(245,68,221); }
H1.HeaderClassName
{
color: #F544DD;
}
.AnyTagClassName
{
color: #F544DD;
}
</style>
background-color css
<style>
a { background-color: #F544DD; }
a { background-color: rgb(245,68,221); }
div.DivClassName
{
background-color: #F544DD;
}
.BgClassName
{
background-color: #F544DD;
}
</style>
border-color css
<style>
span { border-color: #F544DD; }
span { border-color: rgb(245,68,221); }
td.TdClassName
{
border-color: #F544DD;
}
.TagClassName
{
border-color: #F544DD;
}
</style>