Shades of Razzle Dazzle Rose #F542D6
Tints of Razzle Dazzle Rose #F542D6
RGB
CMYK
RGB Variations
Color information
#F542D6 (or 0xF542D6) is known color: Razzle Dazzle Rose. HEX triplet: F5, 42 and D6. RGB value is (245,66,214). Sum of RGB (Red+Green+Blue) = 245+66+214=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 66 (26.17% from 255 or 12.57% from 525); Blue value is 214 (83.98% from 255 or 40.76% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F542D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F542D6 is #0ABD29. Grayscale: #878787. Windows color (decimal): -703786 or 14041845. OLE color: 14041845.
HSL color Cylindrical-coordinate representation of color #F542D6: hue angle of 310.39º 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 #F542D6 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 66 | 214 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.04 |
| HSL | 310.39º | 0.9% | 0.61% | - |
| HSV(B) | 310.39º | 0.73% | 0.96% | - |
| XYZ | 51.74 | 28.16 | 66.33 | - |
| YUV | 136.39 | 171.8 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 66 | 214 | 0 | 0.73 | 0.13 | 0.04 | 310.39 | 0.9 | 0.61 |
| Hex | F5 | 42 | D6 | 0 | 49 | D | 4 | 136 | 5A | 3D |
| Octal | 365 | 102 | 326 | 0 | 111 | 15 | 4 | 466 | 132 | 75 |
| Binary | 11110101 | 1000010 | 11010110 | 0 | 1001001 | 1101 | 100 | 100110110 | 1011010 | 111101 |
Color Harmonies of #F542D6
Complementary color
Monochromatic Colors of #F542D6
Black with #F542D6
Text Example
Text Example
White with #F542D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F542D6; }
p { color: rgb(245,66,214); }
H1.HeaderClassName
{
color: #F542D6;
}
.AnyTagClassName
{
color: #F542D6;
}
</style>
background-color css
<style>
a { background-color: #F542D6; }
a { background-color: rgb(245,66,214); }
div.DivClassName
{
background-color: #F542D6;
}
.BgClassName
{
background-color: #F542D6;
}
</style>
border-color css
<style>
span { border-color: #F542D6; }
span { border-color: rgb(245,66,214); }
td.TdClassName
{
border-color: #F542D6;
}
.TagClassName
{
border-color: #F542D6;
}
</style>