Shades of Razzle Dazzle Rose #F71EDF
Tints of Razzle Dazzle Rose #F71EDF
RGB
CMYK
RGB Variations
Color information
#F71EDF (or 0xF71EDF) is known color: Razzle Dazzle Rose. HEX triplet: F7, 1E and DF. RGB value is (247,30,223). Sum of RGB (Red+Green+Blue) = 247+30+223=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 30 (12.11% from 255 or 6% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 247 - color contains mainly: red. Hex color #F71EDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71EDF is #08E120. Grayscale: #747474. Windows color (decimal): -581921 or 14622455. OLE color: 14622455.
HSL color Cylindrical-coordinate representation of color #F71EDF: hue angle of 306.64º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F71EDF is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 30 | 223 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.03 |
| HSL | 306.64º | 0.93% | 0.54% | - |
| HSV(B) | 306.64º | 0.88% | 0.97% | - |
| XYZ | 52.14 | 26.03 | 72.09 | - |
| YUV | 116.89 | 187.89 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 30 | 223 | 0 | 0.88 | 0.10 | 0.03 | 306.64 | 0.93 | 0.54 |
| Hex | F7 | 1E | DF | 0 | 58 | A | 3 | 133 | 5D | 36 |
| Octal | 367 | 36 | 337 | 0 | 130 | 12 | 3 | 463 | 135 | 66 |
| Binary | 11110111 | 11110 | 11011111 | 0 | 1011000 | 1010 | 11 | 100110011 | 1011101 | 110110 |
Color Harmonies of #F71EDF
Complementary color
Monochromatic Colors of #F71EDF
Black with #F71EDF
Text Example
Text Example
White with #F71EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71EDF; }
p { color: rgb(247,30,223); }
H1.HeaderClassName
{
color: #F71EDF;
}
.AnyTagClassName
{
color: #F71EDF;
}
</style>
background-color css
<style>
a { background-color: #F71EDF; }
a { background-color: rgb(247,30,223); }
div.DivClassName
{
background-color: #F71EDF;
}
.BgClassName
{
background-color: #F71EDF;
}
</style>
border-color css
<style>
span { border-color: #F71EDF; }
span { border-color: rgb(247,30,223); }
td.TdClassName
{
border-color: #F71EDF;
}
.TagClassName
{
border-color: #F71EDF;
}
</style>