Shades of Razzle Dazzle Rose #F728C2
Tints of Razzle Dazzle Rose #F728C2
RGB
CMYK
RGB Variations
Color information
#F728C2 (or 0xF728C2) is known color: Razzle Dazzle Rose. HEX triplet: F7, 28 and C2. RGB value is (247,40,194). Sum of RGB (Red+Green+Blue) = 247+40+194=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 40 (16.02% from 255 or 8.32% from 481); Blue value is 194 (76.17% from 255 or 40.33% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F728C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F728C2 is #08D73D. Grayscale: #777777. Windows color (decimal): -579390 or 12724471. OLE color: 12724471.
HSL color Cylindrical-coordinate representation of color #F728C2: hue angle of 315.36º 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 #F728C2 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 40 | 194 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.03 |
| HSL | 315.36º | 0.93% | 0.56% | - |
| HSV(B) | 315.36º | 0.84% | 0.97% | - |
| XYZ | 48.85 | 25.19 | 53.33 | - |
| YUV | 119.45 | 170.08 | 218.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 40 | 194 | 0 | 0.84 | 0.21 | 0.03 | 315.36 | 0.93 | 0.56 |
| Hex | F7 | 28 | C2 | 0 | 54 | 15 | 3 | 13B | 5D | 38 |
| Octal | 367 | 50 | 302 | 0 | 124 | 25 | 3 | 473 | 135 | 70 |
| Binary | 11110111 | 101000 | 11000010 | 0 | 1010100 | 10101 | 11 | 100111011 | 1011101 | 111000 |
Color Harmonies of #F728C2
Complementary color
Monochromatic Colors of #F728C2
Black with #F728C2
Text Example
Text Example
White with #F728C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F728C2; }
p { color: rgb(247,40,194); }
H1.HeaderClassName
{
color: #F728C2;
}
.AnyTagClassName
{
color: #F728C2;
}
</style>
background-color css
<style>
a { background-color: #F728C2; }
a { background-color: rgb(247,40,194); }
div.DivClassName
{
background-color: #F728C2;
}
.BgClassName
{
background-color: #F728C2;
}
</style>
border-color css
<style>
span { border-color: #F728C2; }
span { border-color: rgb(247,40,194); }
td.TdClassName
{
border-color: #F728C2;
}
.TagClassName
{
border-color: #F728C2;
}
</style>