Shades of Razzle Dazzle Rose #F731D0
Tints of Razzle Dazzle Rose #F731D0
RGB
CMYK
RGB Variations
Color information
#F731D0 (or 0xF731D0) is known color: Razzle Dazzle Rose. HEX triplet: F7, 31 and D0. RGB value is (247,49,208). Sum of RGB (Red+Green+Blue) = 247+49+208=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 49 (19.53% from 255 or 9.72% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 247 - color contains mainly: red. Hex color #F731D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F731D0 is #08CE2F. Grayscale: #7D7D7D. Windows color (decimal): -577072 or 13644279. OLE color: 13644279.
HSL color Cylindrical-coordinate representation of color #F731D0: hue angle of 311.82º 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 #F731D0 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 49 | 208 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.03 |
| HSL | 311.82º | 0.93% | 0.58% | - |
| HSV(B) | 311.82º | 0.8% | 0.97% | - |
| XYZ | 50.84 | 26.52 | 62.11 | - |
| YUV | 126.33 | 174.1 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 49 | 208 | 0 | 0.80 | 0.16 | 0.03 | 311.82 | 0.93 | 0.58 |
| Hex | F7 | 31 | D0 | 0 | 50 | 10 | 3 | 138 | 5D | 3A |
| Octal | 367 | 61 | 320 | 0 | 120 | 20 | 3 | 470 | 135 | 72 |
| Binary | 11110111 | 110001 | 11010000 | 0 | 1010000 | 10000 | 11 | 100111000 | 1011101 | 111010 |
Color Harmonies of #F731D0
Complementary color
Monochromatic Colors of #F731D0
Black with #F731D0
Text Example
Text Example
White with #F731D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F731D0; }
p { color: rgb(247,49,208); }
H1.HeaderClassName
{
color: #F731D0;
}
.AnyTagClassName
{
color: #F731D0;
}
</style>
background-color css
<style>
a { background-color: #F731D0; }
a { background-color: rgb(247,49,208); }
div.DivClassName
{
background-color: #F731D0;
}
.BgClassName
{
background-color: #F731D0;
}
</style>
border-color css
<style>
span { border-color: #F731D0; }
span { border-color: rgb(247,49,208); }
td.TdClassName
{
border-color: #F731D0;
}
.TagClassName
{
border-color: #F731D0;
}
</style>