Shades of Razzle Dazzle Rose #F727CE
Tints of Razzle Dazzle Rose #F727CE
RGB
CMYK
RGB Variations
Color information
#F727CE (or 0xF727CE) is known color: Razzle Dazzle Rose. HEX triplet: F7, 27 and CE. RGB value is (247,39,206). Sum of RGB (Red+Green+Blue) = 247+39+206=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 39 (15.62% from 255 or 7.93% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F727CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F727CE is #08D831. Grayscale: #777777. Windows color (decimal): -579634 or 13510647. OLE color: 13510647.
HSL color Cylindrical-coordinate representation of color #F727CE: hue angle of 311.83º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F727CE is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 39 | 206 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.03 |
| HSL | 311.83º | 0.93% | 0.56% | - |
| HSV(B) | 311.83º | 0.84% | 0.97% | - |
| XYZ | 50.22 | 25.68 | 60.7 | - |
| YUV | 120.23 | 176.41 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 39 | 206 | 0 | 0.84 | 0.17 | 0.03 | 311.83 | 0.93 | 0.56 |
| Hex | F7 | 27 | CE | 0 | 54 | 11 | 3 | 138 | 5D | 38 |
| Octal | 367 | 47 | 316 | 0 | 124 | 21 | 3 | 470 | 135 | 70 |
| Binary | 11110111 | 100111 | 11001110 | 0 | 1010100 | 10001 | 11 | 100111000 | 1011101 | 111000 |
Color Harmonies of #F727CE
Complementary color
Monochromatic Colors of #F727CE
Black with #F727CE
Text Example
Text Example
White with #F727CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F727CE; }
p { color: rgb(247,39,206); }
H1.HeaderClassName
{
color: #F727CE;
}
.AnyTagClassName
{
color: #F727CE;
}
</style>
background-color css
<style>
a { background-color: #F727CE; }
a { background-color: rgb(247,39,206); }
div.DivClassName
{
background-color: #F727CE;
}
.BgClassName
{
background-color: #F727CE;
}
</style>
border-color css
<style>
span { border-color: #F727CE; }
span { border-color: rgb(247,39,206); }
td.TdClassName
{
border-color: #F727CE;
}
.TagClassName
{
border-color: #F727CE;
}
</style>