Shades of Razzle Dazzle Rose #F71CDF
Tints of Razzle Dazzle Rose #F71CDF
RGB
CMYK
RGB Variations
Color information
#F71CDF (or 0xF71CDF) is known color: Razzle Dazzle Rose. HEX triplet: F7, 1C and DF. RGB value is (247,28,223). Sum of RGB (Red+Green+Blue) = 247+28+223=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 28 (11.33% from 255 or 5.62% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F71CDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71CDF is #08E320. Grayscale: #737373. Windows color (decimal): -582433 or 14621943. OLE color: 14621943.
HSL color Cylindrical-coordinate representation of color #F71CDF: hue angle of 306.58º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F71CDF is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 28 | 223 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.03 |
| HSL | 306.58º | 0.93% | 0.54% | - |
| HSV(B) | 306.58º | 0.89% | 0.97% | - |
| XYZ | 52.09 | 25.93 | 72.07 | - |
| YUV | 115.71 | 188.55 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 28 | 223 | 0 | 0.89 | 0.10 | 0.03 | 306.58 | 0.93 | 0.54 |
| Hex | F7 | 1C | DF | 0 | 59 | A | 3 | 133 | 5D | 36 |
| Octal | 367 | 34 | 337 | 0 | 131 | 12 | 3 | 463 | 135 | 66 |
| Binary | 11110111 | 11100 | 11011111 | 0 | 1011001 | 1010 | 11 | 100110011 | 1011101 | 110110 |
Color Harmonies of #F71CDF
Complementary color
Monochromatic Colors of #F71CDF
Black with #F71CDF
Text Example
Text Example
White with #F71CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71CDF; }
p { color: rgb(247,28,223); }
H1.HeaderClassName
{
color: #F71CDF;
}
.AnyTagClassName
{
color: #F71CDF;
}
</style>
background-color css
<style>
a { background-color: #F71CDF; }
a { background-color: rgb(247,28,223); }
div.DivClassName
{
background-color: #F71CDF;
}
.BgClassName
{
background-color: #F71CDF;
}
</style>
border-color css
<style>
span { border-color: #F71CDF; }
span { border-color: rgb(247,28,223); }
td.TdClassName
{
border-color: #F71CDF;
}
.TagClassName
{
border-color: #F71CDF;
}
</style>