Shades of Razzle Dazzle Rose #F74DC7
Tints of Razzle Dazzle Rose #F74DC7
RGB
CMYK
RGB Variations
Color information
#F74DC7 (or 0xF74DC7) is known color: Razzle Dazzle Rose. HEX triplet: F7, 4D and C7. RGB value is (247,77,199). Sum of RGB (Red+Green+Blue) = 247+77+199=523 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.23% from 523); Green value is 77 (30.47% from 255 or 14.72% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 247 - color contains mainly: red. Hex color #F74DC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74DC7 is #08B238. Grayscale: #8D8D8D. Windows color (decimal): -569913 or 13061623. OLE color: 13061623.
HSL color Cylindrical-coordinate representation of color #F74DC7: hue angle of 316.94º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F74DC7 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 77 | 199 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.03 |
| HSL | 316.94º | 0.91% | 0.64% | - |
| HSV(B) | 316.94º | 0.69% | 0.97% | - |
| XYZ | 51.32 | 29.21 | 56.97 | - |
| YUV | 141.74 | 160.32 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 77 | 199 | 0 | 0.69 | 0.19 | 0.03 | 316.94 | 0.91 | 0.64 |
| Hex | F7 | 4D | C7 | 0 | 45 | 13 | 3 | 13D | 5B | 40 |
| Octal | 367 | 115 | 307 | 0 | 105 | 23 | 3 | 475 | 133 | 100 |
| Binary | 11110111 | 1001101 | 11000111 | 0 | 1000101 | 10011 | 11 | 100111101 | 1011011 | 1000000 |
Color Harmonies of #F74DC7
Complementary color
Monochromatic Colors of #F74DC7
Black with #F74DC7
Text Example
Text Example
White with #F74DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74DC7; }
p { color: rgb(247,77,199); }
H1.HeaderClassName
{
color: #F74DC7;
}
.AnyTagClassName
{
color: #F74DC7;
}
</style>
background-color css
<style>
a { background-color: #F74DC7; }
a { background-color: rgb(247,77,199); }
div.DivClassName
{
background-color: #F74DC7;
}
.BgClassName
{
background-color: #F74DC7;
}
</style>
border-color css
<style>
span { border-color: #F74DC7; }
span { border-color: rgb(247,77,199); }
td.TdClassName
{
border-color: #F74DC7;
}
.TagClassName
{
border-color: #F74DC7;
}
</style>