Shades of Razzle Dazzle Rose #F71BDC
Tints of Razzle Dazzle Rose #F71BDC
RGB
CMYK
RGB Variations
Color information
#F71BDC (or 0xF71BDC) is known color: Razzle Dazzle Rose. HEX triplet: F7, 1B and DC. RGB value is (247,27,220). Sum of RGB (Red+Green+Blue) = 247+27+220=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 27 (10.94% from 255 or 5.47% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F71BDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71BDC is #08E423. Grayscale: #727272. Windows color (decimal): -582692 or 14425079. OLE color: 14425079.
HSL color Cylindrical-coordinate representation of color #F71BDC: hue angle of 307.36º 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 #F71BDC is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 27 | 220 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.03 |
| HSL | 307.36º | 0.93% | 0.54% | - |
| HSV(B) | 307.36º | 0.89% | 0.97% | - |
| XYZ | 51.67 | 25.73 | 69.95 | - |
| YUV | 114.78 | 187.39 | 222.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 27 | 220 | 0 | 0.89 | 0.11 | 0.03 | 307.36 | 0.93 | 0.54 |
| Hex | F7 | 1B | DC | 0 | 59 | B | 3 | 133 | 5D | 36 |
| Octal | 367 | 33 | 334 | 0 | 131 | 13 | 3 | 463 | 135 | 66 |
| Binary | 11110111 | 11011 | 11011100 | 0 | 1011001 | 1011 | 11 | 100110011 | 1011101 | 110110 |
Color Harmonies of #F71BDC
Complementary color
Monochromatic Colors of #F71BDC
Black with #F71BDC
Text Example
Text Example
White with #F71BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71BDC; }
p { color: rgb(247,27,220); }
H1.HeaderClassName
{
color: #F71BDC;
}
.AnyTagClassName
{
color: #F71BDC;
}
</style>
background-color css
<style>
a { background-color: #F71BDC; }
a { background-color: rgb(247,27,220); }
div.DivClassName
{
background-color: #F71BDC;
}
.BgClassName
{
background-color: #F71BDC;
}
</style>
border-color css
<style>
span { border-color: #F71BDC; }
span { border-color: rgb(247,27,220); }
td.TdClassName
{
border-color: #F71BDC;
}
.TagClassName
{
border-color: #F71BDC;
}
</style>