Shades of Razzle Dazzle Rose #F74ECC
Tints of Razzle Dazzle Rose #F74ECC
RGB
CMYK
RGB Variations
Color information
#F74ECC (or 0xF74ECC) is known color: Razzle Dazzle Rose. HEX triplet: F7, 4E and CC. RGB value is (247,78,204). Sum of RGB (Red+Green+Blue) = 247+78+204=529 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.69% from 529); Green value is 78 (30.86% from 255 or 14.74% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 247 - color contains mainly: red. Hex color #F74ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74ECC is #08B133. Grayscale: #8E8E8E. Windows color (decimal): -569652 or 13389559. OLE color: 13389559.
HSL color Cylindrical-coordinate representation of color #F74ECC: hue angle of 315.27º 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 #F74ECC is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 78 | 204 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.03 |
| HSL | 315.27º | 0.91% | 0.64% | - |
| HSV(B) | 315.27º | 0.68% | 0.97% | - |
| XYZ | 51.98 | 29.58 | 60.1 | - |
| YUV | 142.9 | 162.49 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 78 | 204 | 0 | 0.68 | 0.17 | 0.03 | 315.27 | 0.91 | 0.64 |
| Hex | F7 | 4E | CC | 0 | 44 | 11 | 3 | 13B | 5B | 40 |
| Octal | 367 | 116 | 314 | 0 | 104 | 21 | 3 | 473 | 133 | 100 |
| Binary | 11110111 | 1001110 | 11001100 | 0 | 1000100 | 10001 | 11 | 100111011 | 1011011 | 1000000 |
Color Harmonies of #F74ECC
Complementary color
Monochromatic Colors of #F74ECC
Black with #F74ECC
Text Example
Text Example
White with #F74ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74ECC; }
p { color: rgb(247,78,204); }
H1.HeaderClassName
{
color: #F74ECC;
}
.AnyTagClassName
{
color: #F74ECC;
}
</style>
background-color css
<style>
a { background-color: #F74ECC; }
a { background-color: rgb(247,78,204); }
div.DivClassName
{
background-color: #F74ECC;
}
.BgClassName
{
background-color: #F74ECC;
}
</style>
border-color css
<style>
span { border-color: #F74ECC; }
span { border-color: rgb(247,78,204); }
td.TdClassName
{
border-color: #F74ECC;
}
.TagClassName
{
border-color: #F74ECC;
}
</style>