Shades of Razzle Dazzle Rose #F527C6
Tints of Razzle Dazzle Rose #F527C6
RGB
CMYK
RGB Variations
Color information
#F527C6 (or 0xF527C6) is known color: Razzle Dazzle Rose. HEX triplet: F5, 27 and C6. RGB value is (245,39,198). Sum of RGB (Red+Green+Blue) = 245+39+198=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 39 (15.62% from 255 or 8.09% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F527C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F527C6 is #0AD839. Grayscale: #767676. Windows color (decimal): -710714 or 12986357. OLE color: 12986357.
HSL color Cylindrical-coordinate representation of color #F527C6: hue angle of 313.69º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F527C6 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 39 | 198 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.04 |
| HSL | 313.69º | 0.91% | 0.56% | - |
| HSV(B) | 313.69º | 0.84% | 0.96% | - |
| XYZ | 48.57 | 24.94 | 55.68 | - |
| YUV | 118.72 | 172.75 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 39 | 198 | 0 | 0.84 | 0.19 | 0.04 | 313.69 | 0.91 | 0.56 |
| Hex | F5 | 27 | C6 | 0 | 54 | 13 | 4 | 13A | 5B | 38 |
| Octal | 365 | 47 | 306 | 0 | 124 | 23 | 4 | 472 | 133 | 70 |
| Binary | 11110101 | 100111 | 11000110 | 0 | 1010100 | 10011 | 100 | 100111010 | 1011011 | 111000 |
Color Harmonies of #F527C6
Complementary color
Monochromatic Colors of #F527C6
Black with #F527C6
Text Example
Text Example
White with #F527C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F527C6; }
p { color: rgb(245,39,198); }
H1.HeaderClassName
{
color: #F527C6;
}
.AnyTagClassName
{
color: #F527C6;
}
</style>
background-color css
<style>
a { background-color: #F527C6; }
a { background-color: rgb(245,39,198); }
div.DivClassName
{
background-color: #F527C6;
}
.BgClassName
{
background-color: #F527C6;
}
</style>
border-color css
<style>
span { border-color: #F527C6; }
span { border-color: rgb(245,39,198); }
td.TdClassName
{
border-color: #F527C6;
}
.TagClassName
{
border-color: #F527C6;
}
</style>