Shades of Razzle Dazzle Rose #F728CE
Tints of Razzle Dazzle Rose #F728CE
RGB
CMYK
RGB Variations
Color information
#F728CE (or 0xF728CE) is known color: Razzle Dazzle Rose. HEX triplet: F7, 28 and CE. RGB value is (247,40,206). Sum of RGB (Red+Green+Blue) = 247+40+206=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 40 (16.02% from 255 or 8.11% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F728CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F728CE is #08D731. Grayscale: #787878. Windows color (decimal): -579378 or 13510903. OLE color: 13510903.
HSL color Cylindrical-coordinate representation of color #F728CE: hue angle of 311.88º 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 #F728CE is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 40 | 206 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.03 |
| HSL | 311.88º | 0.93% | 0.56% | - |
| HSV(B) | 311.88º | 0.84% | 0.97% | - |
| XYZ | 50.26 | 25.75 | 60.71 | - |
| YUV | 120.82 | 176.08 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 40 | 206 | 0 | 0.84 | 0.17 | 0.03 | 311.88 | 0.93 | 0.56 |
| Hex | F7 | 28 | CE | 0 | 54 | 11 | 3 | 138 | 5D | 38 |
| Octal | 367 | 50 | 316 | 0 | 124 | 21 | 3 | 470 | 135 | 70 |
| Binary | 11110111 | 101000 | 11001110 | 0 | 1010100 | 10001 | 11 | 100111000 | 1011101 | 111000 |
Color Harmonies of #F728CE
Complementary color
Monochromatic Colors of #F728CE
Black with #F728CE
Text Example
Text Example
White with #F728CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F728CE; }
p { color: rgb(247,40,206); }
H1.HeaderClassName
{
color: #F728CE;
}
.AnyTagClassName
{
color: #F728CE;
}
</style>
background-color css
<style>
a { background-color: #F728CE; }
a { background-color: rgb(247,40,206); }
div.DivClassName
{
background-color: #F728CE;
}
.BgClassName
{
background-color: #F728CE;
}
</style>
border-color css
<style>
span { border-color: #F728CE; }
span { border-color: rgb(247,40,206); }
td.TdClassName
{
border-color: #F728CE;
}
.TagClassName
{
border-color: #F728CE;
}
</style>