Shades of Razzle Dazzle Rose #F74EC8
Tints of Razzle Dazzle Rose #F74EC8
RGB
CMYK
RGB Variations
Color information
#F74EC8 (or 0xF74EC8) is known color: Razzle Dazzle Rose. HEX triplet: F7, 4E and C8. RGB value is (247,78,200). Sum of RGB (Red+Green+Blue) = 247+78+200=525 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.05% from 525); Green value is 78 (30.86% from 255 or 14.86% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 247 - color contains mainly: red. Hex color #F74EC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74EC8 is #08B137. Grayscale: #8E8E8E. Windows color (decimal): -569656 or 13127415. OLE color: 13127415.
HSL color Cylindrical-coordinate representation of color #F74EC8: hue angle of 316.69º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F74EC8 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 78 | 200 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.03 |
| HSL | 316.69º | 0.91% | 0.64% | - |
| HSV(B) | 316.69º | 0.68% | 0.97% | - |
| XYZ | 51.51 | 29.39 | 57.6 | - |
| YUV | 142.44 | 160.49 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 78 | 200 | 0 | 0.68 | 0.19 | 0.03 | 316.69 | 0.91 | 0.64 |
| Hex | F7 | 4E | C8 | 0 | 44 | 13 | 3 | 13D | 5B | 40 |
| Octal | 367 | 116 | 310 | 0 | 104 | 23 | 3 | 475 | 133 | 100 |
| Binary | 11110111 | 1001110 | 11001000 | 0 | 1000100 | 10011 | 11 | 100111101 | 1011011 | 1000000 |
Color Harmonies of #F74EC8
Complementary color
Monochromatic Colors of #F74EC8
Black with #F74EC8
Text Example
Text Example
White with #F74EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74EC8; }
p { color: rgb(247,78,200); }
H1.HeaderClassName
{
color: #F74EC8;
}
.AnyTagClassName
{
color: #F74EC8;
}
</style>
background-color css
<style>
a { background-color: #F74EC8; }
a { background-color: rgb(247,78,200); }
div.DivClassName
{
background-color: #F74EC8;
}
.BgClassName
{
background-color: #F74EC8;
}
</style>
border-color css
<style>
span { border-color: #F74EC8; }
span { border-color: rgb(247,78,200); }
td.TdClassName
{
border-color: #F74EC8;
}
.TagClassName
{
border-color: #F74EC8;
}
</style>