Shades of Razzle Dazzle Rose #F731DB
Tints of Razzle Dazzle Rose #F731DB
RGB
CMYK
RGB Variations
Color information
#F731DB (or 0xF731DB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 31 and DB. RGB value is (247,49,219). Sum of RGB (Red+Green+Blue) = 247+49+219=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 49 (19.53% from 255 or 9.51% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 247 - color contains mainly: red. Hex color #F731DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F731DB is #08CE24. Grayscale: #7F7F7F. Windows color (decimal): -577061 or 14365175. OLE color: 14365175.
HSL color Cylindrical-coordinate representation of color #F731DB: hue angle of 308.48º 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 #F731DB is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 49 | 219 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.03 |
| HSL | 308.48º | 0.93% | 0.58% | - |
| HSV(B) | 308.48º | 0.8% | 0.97% | - |
| XYZ | 52.24 | 27.09 | 69.49 | - |
| YUV | 127.58 | 179.6 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 49 | 219 | 0 | 0.80 | 0.11 | 0.03 | 308.48 | 0.93 | 0.58 |
| Hex | F7 | 31 | DB | 0 | 50 | B | 3 | 134 | 5D | 3A |
| Octal | 367 | 61 | 333 | 0 | 120 | 13 | 3 | 464 | 135 | 72 |
| Binary | 11110111 | 110001 | 11011011 | 0 | 1010000 | 1011 | 11 | 100110100 | 1011101 | 111010 |
Color Harmonies of #F731DB
Complementary color
Monochromatic Colors of #F731DB
Black with #F731DB
Text Example
Text Example
White with #F731DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F731DB; }
p { color: rgb(247,49,219); }
H1.HeaderClassName
{
color: #F731DB;
}
.AnyTagClassName
{
color: #F731DB;
}
</style>
background-color css
<style>
a { background-color: #F731DB; }
a { background-color: rgb(247,49,219); }
div.DivClassName
{
background-color: #F731DB;
}
.BgClassName
{
background-color: #F731DB;
}
</style>
border-color css
<style>
span { border-color: #F731DB; }
span { border-color: rgb(247,49,219); }
td.TdClassName
{
border-color: #F731DB;
}
.TagClassName
{
border-color: #F731DB;
}
</style>