Shades of Razzle Dazzle Rose #F728CA
Tints of Razzle Dazzle Rose #F728CA
RGB
CMYK
RGB Variations
Color information
#F728CA (or 0xF728CA) is known color: Razzle Dazzle Rose. HEX triplet: F7, 28 and CA. RGB value is (247,40,202). Sum of RGB (Red+Green+Blue) = 247+40+202=489 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.51% from 489); Green value is 40 (16.02% from 255 or 8.18% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 247 - color contains mainly: red. Hex color #F728CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F728CA is #08D735. Grayscale: #777777. Windows color (decimal): -579382 or 13248759. OLE color: 13248759.
HSL color Cylindrical-coordinate representation of color #F728CA: hue angle of 313.04º 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 #F728CA is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 40 | 202 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.03 |
| HSL | 313.04º | 0.93% | 0.56% | - |
| HSV(B) | 313.04º | 0.84% | 0.97% | - |
| XYZ | 49.78 | 25.56 | 58.19 | - |
| YUV | 120.36 | 174.08 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 40 | 202 | 0 | 0.84 | 0.18 | 0.03 | 313.04 | 0.93 | 0.56 |
| Hex | F7 | 28 | CA | 0 | 54 | 12 | 3 | 139 | 5D | 38 |
| Octal | 367 | 50 | 312 | 0 | 124 | 22 | 3 | 471 | 135 | 70 |
| Binary | 11110111 | 101000 | 11001010 | 0 | 1010100 | 10010 | 11 | 100111001 | 1011101 | 111000 |
Color Harmonies of #F728CA
Complementary color
Monochromatic Colors of #F728CA
Black with #F728CA
Text Example
Text Example
White with #F728CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F728CA; }
p { color: rgb(247,40,202); }
H1.HeaderClassName
{
color: #F728CA;
}
.AnyTagClassName
{
color: #F728CA;
}
</style>
background-color css
<style>
a { background-color: #F728CA; }
a { background-color: rgb(247,40,202); }
div.DivClassName
{
background-color: #F728CA;
}
.BgClassName
{
background-color: #F728CA;
}
</style>
border-color css
<style>
span { border-color: #F728CA; }
span { border-color: rgb(247,40,202); }
td.TdClassName
{
border-color: #F728CA;
}
.TagClassName
{
border-color: #F728CA;
}
</style>