Shades of Razzle Dazzle Rose #F71FDC
Tints of Razzle Dazzle Rose #F71FDC
RGB
CMYK
RGB Variations
Color information
#F71FDC (or 0xF71FDC) is known color: Razzle Dazzle Rose. HEX triplet: F7, 1F and DC. RGB value is (247,31,220). Sum of RGB (Red+Green+Blue) = 247+31+220=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 31 (12.5% from 255 or 6.22% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F71FDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71FDC is #08E023. Grayscale: #747474. Windows color (decimal): -581668 or 14426103. OLE color: 14426103.
HSL color Cylindrical-coordinate representation of color #F71FDC: hue angle of 307.5º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F71FDC is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 31 | 220 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.03 |
| HSL | 307.5º | 0.93% | 0.55% | - |
| HSV(B) | 307.5º | 0.87% | 0.97% | - |
| XYZ | 51.77 | 25.92 | 69.99 | - |
| YUV | 117.13 | 186.06 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 31 | 220 | 0 | 0.87 | 0.11 | 0.03 | 307.5 | 0.93 | 0.55 |
| Hex | F7 | 1F | DC | 0 | 57 | B | 3 | 134 | 5D | 37 |
| Octal | 367 | 37 | 334 | 0 | 127 | 13 | 3 | 464 | 135 | 67 |
| Binary | 11110111 | 11111 | 11011100 | 0 | 1010111 | 1011 | 11 | 100110100 | 1011101 | 110111 |
Color Harmonies of #F71FDC
Complementary color
Monochromatic Colors of #F71FDC
Black with #F71FDC
Text Example
Text Example
White with #F71FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71FDC; }
p { color: rgb(247,31,220); }
H1.HeaderClassName
{
color: #F71FDC;
}
.AnyTagClassName
{
color: #F71FDC;
}
</style>
background-color css
<style>
a { background-color: #F71FDC; }
a { background-color: rgb(247,31,220); }
div.DivClassName
{
background-color: #F71FDC;
}
.BgClassName
{
background-color: #F71FDC;
}
</style>
border-color css
<style>
span { border-color: #F71FDC; }
span { border-color: rgb(247,31,220); }
td.TdClassName
{
border-color: #F71FDC;
}
.TagClassName
{
border-color: #F71FDC;
}
</style>