Shades of Razzle Dazzle Rose #F71FDD
Tints of Razzle Dazzle Rose #F71FDD
RGB
CMYK
RGB Variations
Color information
#F71FDD (or 0xF71FDD) is known color: Razzle Dazzle Rose. HEX triplet: F7, 1F and DD. RGB value is (247,31,221). Sum of RGB (Red+Green+Blue) = 247+31+221=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 31 (12.5% from 255 or 6.21% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F71FDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71FDD is #08E022. Grayscale: #747474. Windows color (decimal): -581667 or 14491639. OLE color: 14491639.
HSL color Cylindrical-coordinate representation of color #F71FDD: hue angle of 307.22º 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 #F71FDD is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 31 | 221 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.03 |
| HSL | 307.22º | 0.93% | 0.55% | - |
| HSV(B) | 307.22º | 0.87% | 0.97% | - |
| XYZ | 51.9 | 25.97 | 70.68 | - |
| YUV | 117.24 | 186.56 | 220.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 31 | 221 | 0 | 0.87 | 0.11 | 0.03 | 307.22 | 0.93 | 0.55 |
| Hex | F7 | 1F | DD | 0 | 57 | B | 3 | 133 | 5D | 37 |
| Octal | 367 | 37 | 335 | 0 | 127 | 13 | 3 | 463 | 135 | 67 |
| Binary | 11110111 | 11111 | 11011101 | 0 | 1010111 | 1011 | 11 | 100110011 | 1011101 | 110111 |
Color Harmonies of #F71FDD
Complementary color
Monochromatic Colors of #F71FDD
Black with #F71FDD
Text Example
Text Example
White with #F71FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71FDD; }
p { color: rgb(247,31,221); }
H1.HeaderClassName
{
color: #F71FDD;
}
.AnyTagClassName
{
color: #F71FDD;
}
</style>
background-color css
<style>
a { background-color: #F71FDD; }
a { background-color: rgb(247,31,221); }
div.DivClassName
{
background-color: #F71FDD;
}
.BgClassName
{
background-color: #F71FDD;
}
</style>
border-color css
<style>
span { border-color: #F71FDD; }
span { border-color: rgb(247,31,221); }
td.TdClassName
{
border-color: #F71FDD;
}
.TagClassName
{
border-color: #F71FDD;
}
</style>