Shades of Razzle Dazzle Rose #F527CE
Tints of Razzle Dazzle Rose #F527CE
RGB
CMYK
RGB Variations
Color information
#F527CE (or 0xF527CE) is known color: Razzle Dazzle Rose. HEX triplet: F5, 27 and CE. RGB value is (245,39,206). Sum of RGB (Red+Green+Blue) = 245+39+206=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 39 (15.62% from 255 or 7.96% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F527CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F527CE is #0AD831. Grayscale: #777777. Windows color (decimal): -710706 or 13510645. OLE color: 13510645.
HSL color Cylindrical-coordinate representation of color #F527CE: hue angle of 311.36º 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 #F527CE is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 39 | 206 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.04 |
| HSL | 311.36º | 0.91% | 0.56% | - |
| HSV(B) | 311.36º | 0.84% | 0.96% | - |
| XYZ | 49.52 | 25.32 | 60.67 | - |
| YUV | 119.63 | 176.75 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 39 | 206 | 0 | 0.84 | 0.16 | 0.04 | 311.36 | 0.91 | 0.56 |
| Hex | F5 | 27 | CE | 0 | 54 | 10 | 4 | 137 | 5B | 38 |
| Octal | 365 | 47 | 316 | 0 | 124 | 20 | 4 | 467 | 133 | 70 |
| Binary | 11110101 | 100111 | 11001110 | 0 | 1010100 | 10000 | 100 | 100110111 | 1011011 | 111000 |
Color Harmonies of #F527CE
Complementary color
Monochromatic Colors of #F527CE
Black with #F527CE
Text Example
Text Example
White with #F527CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F527CE; }
p { color: rgb(245,39,206); }
H1.HeaderClassName
{
color: #F527CE;
}
.AnyTagClassName
{
color: #F527CE;
}
</style>
background-color css
<style>
a { background-color: #F527CE; }
a { background-color: rgb(245,39,206); }
div.DivClassName
{
background-color: #F527CE;
}
.BgClassName
{
background-color: #F527CE;
}
</style>
border-color css
<style>
span { border-color: #F527CE; }
span { border-color: rgb(245,39,206); }
td.TdClassName
{
border-color: #F527CE;
}
.TagClassName
{
border-color: #F527CE;
}
</style>