Shades of Razzle Dazzle Rose #F727D0
Tints of Razzle Dazzle Rose #F727D0
RGB
CMYK
RGB Variations
Color information
#F727D0 (or 0xF727D0) is known color: Razzle Dazzle Rose. HEX triplet: F7, 27 and D0. RGB value is (247,39,208). Sum of RGB (Red+Green+Blue) = 247+39+208=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 39 (15.62% from 255 or 7.89% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F727D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F727D0 is #08D82F. Grayscale: #777777. Windows color (decimal): -579632 or 13641719. OLE color: 13641719.
HSL color Cylindrical-coordinate representation of color #F727D0: hue angle of 311.25º 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 #F727D0 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 39 | 208 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.03 |
| HSL | 311.25º | 0.93% | 0.56% | - |
| HSV(B) | 311.25º | 0.84% | 0.97% | - |
| XYZ | 50.47 | 25.78 | 61.99 | - |
| YUV | 120.46 | 177.41 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 39 | 208 | 0 | 0.84 | 0.16 | 0.03 | 311.25 | 0.93 | 0.56 |
| Hex | F7 | 27 | D0 | 0 | 54 | 10 | 3 | 137 | 5D | 38 |
| Octal | 367 | 47 | 320 | 0 | 124 | 20 | 3 | 467 | 135 | 70 |
| Binary | 11110111 | 100111 | 11010000 | 0 | 1010100 | 10000 | 11 | 100110111 | 1011101 | 111000 |
Color Harmonies of #F727D0
Complementary color
Monochromatic Colors of #F727D0
Black with #F727D0
Text Example
Text Example
White with #F727D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F727D0; }
p { color: rgb(247,39,208); }
H1.HeaderClassName
{
color: #F727D0;
}
.AnyTagClassName
{
color: #F727D0;
}
</style>
background-color css
<style>
a { background-color: #F727D0; }
a { background-color: rgb(247,39,208); }
div.DivClassName
{
background-color: #F727D0;
}
.BgClassName
{
background-color: #F727D0;
}
</style>
border-color css
<style>
span { border-color: #F727D0; }
span { border-color: rgb(247,39,208); }
td.TdClassName
{
border-color: #F727D0;
}
.TagClassName
{
border-color: #F727D0;
}
</style>