Shades of Razzle Dazzle Rose #F731DC
Tints of Razzle Dazzle Rose #F731DC
RGB
CMYK
RGB Variations
Color information
#F731DC (or 0xF731DC) is known color: Razzle Dazzle Rose. HEX triplet: F7, 31 and DC. RGB value is (247,49,220). Sum of RGB (Red+Green+Blue) = 247+49+220=516 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.87% from 516); Green value is 49 (19.53% from 255 or 9.50% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 247 - color contains mainly: red. Hex color #F731DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F731DC is #08CE23. Grayscale: #7F7F7F. Windows color (decimal): -577060 or 14430711. OLE color: 14430711.
HSL color Cylindrical-coordinate representation of color #F731DC: hue angle of 308.18º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F731DC is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 49 | 220 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.03 |
| HSL | 308.18º | 0.93% | 0.58% | - |
| HSV(B) | 308.18º | 0.8% | 0.97% | - |
| XYZ | 52.37 | 27.14 | 70.19 | - |
| YUV | 127.7 | 180.1 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 49 | 220 | 0 | 0.80 | 0.11 | 0.03 | 308.18 | 0.93 | 0.58 |
| Hex | F7 | 31 | DC | 0 | 50 | B | 3 | 134 | 5D | 3A |
| Octal | 367 | 61 | 334 | 0 | 120 | 13 | 3 | 464 | 135 | 72 |
| Binary | 11110111 | 110001 | 11011100 | 0 | 1010000 | 1011 | 11 | 100110100 | 1011101 | 111010 |
Color Harmonies of #F731DC
Complementary color
Monochromatic Colors of #F731DC
Black with #F731DC
Text Example
Text Example
White with #F731DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F731DC; }
p { color: rgb(247,49,220); }
H1.HeaderClassName
{
color: #F731DC;
}
.AnyTagClassName
{
color: #F731DC;
}
</style>
background-color css
<style>
a { background-color: #F731DC; }
a { background-color: rgb(247,49,220); }
div.DivClassName
{
background-color: #F731DC;
}
.BgClassName
{
background-color: #F731DC;
}
</style>
border-color css
<style>
span { border-color: #F731DC; }
span { border-color: rgb(247,49,220); }
td.TdClassName
{
border-color: #F731DC;
}
.TagClassName
{
border-color: #F731DC;
}
</style>