Shades of Razzle Dazzle Rose #F71CDA
Tints of Razzle Dazzle Rose #F71CDA
RGB
CMYK
RGB Variations
Color information
#F71CDA (or 0xF71CDA) is known color: Razzle Dazzle Rose. HEX triplet: F7, 1C and DA. RGB value is (247,28,218). Sum of RGB (Red+Green+Blue) = 247+28+218=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 28 (11.33% from 255 or 5.68% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F71CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71CDA is #08E325. Grayscale: #727272. Windows color (decimal): -582438 or 14294263. OLE color: 14294263.
HSL color Cylindrical-coordinate representation of color #F71CDA: hue angle of 307.95º 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 #F71CDA is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 28 | 218 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.03 |
| HSL | 307.95º | 0.93% | 0.54% | - |
| HSV(B) | 307.95º | 0.89% | 0.97% | - |
| XYZ | 51.43 | 25.67 | 68.57 | - |
| YUV | 115.14 | 186.05 | 222.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 28 | 218 | 0 | 0.89 | 0.12 | 0.03 | 307.95 | 0.93 | 0.54 |
| Hex | F7 | 1C | DA | 0 | 59 | C | 3 | 134 | 5D | 36 |
| Octal | 367 | 34 | 332 | 0 | 131 | 14 | 3 | 464 | 135 | 66 |
| Binary | 11110111 | 11100 | 11011010 | 0 | 1011001 | 1100 | 11 | 100110100 | 1011101 | 110110 |
Color Harmonies of #F71CDA
Complementary color
Monochromatic Colors of #F71CDA
Black with #F71CDA
Text Example
Text Example
White with #F71CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71CDA; }
p { color: rgb(247,28,218); }
H1.HeaderClassName
{
color: #F71CDA;
}
.AnyTagClassName
{
color: #F71CDA;
}
</style>
background-color css
<style>
a { background-color: #F71CDA; }
a { background-color: rgb(247,28,218); }
div.DivClassName
{
background-color: #F71CDA;
}
.BgClassName
{
background-color: #F71CDA;
}
</style>
border-color css
<style>
span { border-color: #F71CDA; }
span { border-color: rgb(247,28,218); }
td.TdClassName
{
border-color: #F71CDA;
}
.TagClassName
{
border-color: #F71CDA;
}
</style>