Shades of Razzle Dazzle Rose #F535D6
Tints of Razzle Dazzle Rose #F535D6
RGB
CMYK
RGB Variations
Color information
#F535D6 (or 0xF535D6) is known color: Razzle Dazzle Rose. HEX triplet: F5, 35 and D6. RGB value is (245,53,214). Sum of RGB (Red+Green+Blue) = 245+53+214=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 53 (21.09% from 255 or 10.35% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F535D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F535D6 is #0ACA29. Grayscale: #808080. Windows color (decimal): -707114 or 14038517. OLE color: 14038517.
HSL color Cylindrical-coordinate representation of color #F535D6: hue angle of 309.69º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F535D6 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 53 | 214 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.04 |
| HSL | 309.69º | 0.91% | 0.58% | - |
| HSV(B) | 309.69º | 0.78% | 0.96% | - |
| XYZ | 51.07 | 26.81 | 66.1 | - |
| YUV | 128.76 | 176.11 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 53 | 214 | 0 | 0.78 | 0.13 | 0.04 | 309.69 | 0.91 | 0.58 |
| Hex | F5 | 35 | D6 | 0 | 4E | D | 4 | 136 | 5B | 3A |
| Octal | 365 | 65 | 326 | 0 | 116 | 15 | 4 | 466 | 133 | 72 |
| Binary | 11110101 | 110101 | 11010110 | 0 | 1001110 | 1101 | 100 | 100110110 | 1011011 | 111010 |
Color Harmonies of #F535D6
Complementary color
Monochromatic Colors of #F535D6
Black with #F535D6
Text Example
Text Example
White with #F535D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F535D6; }
p { color: rgb(245,53,214); }
H1.HeaderClassName
{
color: #F535D6;
}
.AnyTagClassName
{
color: #F535D6;
}
</style>
background-color css
<style>
a { background-color: #F535D6; }
a { background-color: rgb(245,53,214); }
div.DivClassName
{
background-color: #F535D6;
}
.BgClassName
{
background-color: #F535D6;
}
</style>
border-color css
<style>
span { border-color: #F535D6; }
span { border-color: rgb(245,53,214); }
td.TdClassName
{
border-color: #F535D6;
}
.TagClassName
{
border-color: #F535D6;
}
</style>