Shades of Razzle Dazzle Rose #F542DD
Tints of Razzle Dazzle Rose #F542DD
RGB
CMYK
RGB Variations
Color information
#F542DD (or 0xF542DD) is known color: Razzle Dazzle Rose. HEX triplet: F5, 42 and DD. RGB value is (245,66,221). Sum of RGB (Red+Green+Blue) = 245+66+221=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 66 (26.17% from 255 or 12.41% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 245 - color contains mainly: red. Hex color #F542DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F542DD is #0ABD22. Grayscale: #888888. Windows color (decimal): -703779 or 14500597. OLE color: 14500597.
HSL color Cylindrical-coordinate representation of color #F542DD: hue angle of 308.04º 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 #F542DD is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 66 | 221 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.04 |
| HSL | 308.04º | 0.9% | 0.61% | - |
| HSV(B) | 308.04º | 0.73% | 0.96% | - |
| XYZ | 52.66 | 28.53 | 71.14 | - |
| YUV | 137.19 | 175.3 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 66 | 221 | 0 | 0.73 | 0.10 | 0.04 | 308.04 | 0.9 | 0.61 |
| Hex | F5 | 42 | DD | 0 | 49 | A | 4 | 134 | 5A | 3D |
| Octal | 365 | 102 | 335 | 0 | 111 | 12 | 4 | 464 | 132 | 75 |
| Binary | 11110101 | 1000010 | 11011101 | 0 | 1001001 | 1010 | 100 | 100110100 | 1011010 | 111101 |
Color Harmonies of #F542DD
Complementary color
Monochromatic Colors of #F542DD
Black with #F542DD
Text Example
Text Example
White with #F542DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F542DD; }
p { color: rgb(245,66,221); }
H1.HeaderClassName
{
color: #F542DD;
}
.AnyTagClassName
{
color: #F542DD;
}
</style>
background-color css
<style>
a { background-color: #F542DD; }
a { background-color: rgb(245,66,221); }
div.DivClassName
{
background-color: #F542DD;
}
.BgClassName
{
background-color: #F542DD;
}
</style>
border-color css
<style>
span { border-color: #F542DD; }
span { border-color: rgb(245,66,221); }
td.TdClassName
{
border-color: #F542DD;
}
.TagClassName
{
border-color: #F542DD;
}
</style>