Shades of Razzle Dazzle Rose #F747D4
Tints of Razzle Dazzle Rose #F747D4
RGB
CMYK
RGB Variations
Color information
#F747D4 (or 0xF747D4) is known color: Razzle Dazzle Rose. HEX triplet: F7, 47 and D4. RGB value is (247,71,212). Sum of RGB (Red+Green+Blue) = 247+71+212=530 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.60% from 530); Green value is 71 (28.12% from 255 or 13.40% from 530); Blue value is 212 (83.20% from 255 or 40% from 530); Max value from RGB is 247 - color contains mainly: red. Hex color #F747D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F747D4 is #08B82B. Grayscale: #8B8B8B. Windows color (decimal): -571436 or 13912055. OLE color: 13912055.
HSL color Cylindrical-coordinate representation of color #F747D4: hue angle of 311.93º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F747D4 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 71 | 212 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.03 |
| HSL | 311.93º | 0.92% | 0.62% | - |
| HSV(B) | 311.93º | 0.71% | 0.97% | - |
| XYZ | 52.49 | 29.03 | 65.12 | - |
| YUV | 139.7 | 168.81 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 71 | 212 | 0 | 0.71 | 0.14 | 0.03 | 311.93 | 0.92 | 0.62 |
| Hex | F7 | 47 | D4 | 0 | 47 | E | 3 | 138 | 5C | 3E |
| Octal | 367 | 107 | 324 | 0 | 107 | 16 | 3 | 470 | 134 | 76 |
| Binary | 11110111 | 1000111 | 11010100 | 0 | 1000111 | 1110 | 11 | 100111000 | 1011100 | 111110 |
Color Harmonies of #F747D4
Complementary color
Monochromatic Colors of #F747D4
Black with #F747D4
Text Example
Text Example
White with #F747D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F747D4; }
p { color: rgb(247,71,212); }
H1.HeaderClassName
{
color: #F747D4;
}
.AnyTagClassName
{
color: #F747D4;
}
</style>
background-color css
<style>
a { background-color: #F747D4; }
a { background-color: rgb(247,71,212); }
div.DivClassName
{
background-color: #F747D4;
}
.BgClassName
{
background-color: #F747D4;
}
</style>
border-color css
<style>
span { border-color: #F747D4; }
span { border-color: rgb(247,71,212); }
td.TdClassName
{
border-color: #F747D4;
}
.TagClassName
{
border-color: #F747D4;
}
</style>