Shades of Razzle Dazzle Rose #F74ECE
Tints of Razzle Dazzle Rose #F74ECE
RGB
CMYK
RGB Variations
Color information
#F74ECE (or 0xF74ECE) is known color: Razzle Dazzle Rose. HEX triplet: F7, 4E and CE. RGB value is (247,78,206). Sum of RGB (Red+Green+Blue) = 247+78+206=531 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.52% from 531); Green value is 78 (30.86% from 255 or 14.69% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 247 - color contains mainly: red. Hex color #F74ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74ECE is #08B131. Grayscale: #8E8E8E. Windows color (decimal): -569650 or 13520631. OLE color: 13520631.
HSL color Cylindrical-coordinate representation of color #F74ECE: hue angle of 314.56º 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 #F74ECE is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 78 | 206 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.03 |
| HSL | 314.56º | 0.91% | 0.64% | - |
| HSV(B) | 314.56º | 0.68% | 0.97% | - |
| XYZ | 52.22 | 29.68 | 61.37 | - |
| YUV | 143.12 | 163.49 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 78 | 206 | 0 | 0.68 | 0.17 | 0.03 | 314.56 | 0.91 | 0.64 |
| Hex | F7 | 4E | CE | 0 | 44 | 11 | 3 | 13B | 5B | 40 |
| Octal | 367 | 116 | 316 | 0 | 104 | 21 | 3 | 473 | 133 | 100 |
| Binary | 11110111 | 1001110 | 11001110 | 0 | 1000100 | 10001 | 11 | 100111011 | 1011011 | 1000000 |
Color Harmonies of #F74ECE
Complementary color
Monochromatic Colors of #F74ECE
Black with #F74ECE
Text Example
Text Example
White with #F74ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74ECE; }
p { color: rgb(247,78,206); }
H1.HeaderClassName
{
color: #F74ECE;
}
.AnyTagClassName
{
color: #F74ECE;
}
</style>
background-color css
<style>
a { background-color: #F74ECE; }
a { background-color: rgb(247,78,206); }
div.DivClassName
{
background-color: #F74ECE;
}
.BgClassName
{
background-color: #F74ECE;
}
</style>
border-color css
<style>
span { border-color: #F74ECE; }
span { border-color: rgb(247,78,206); }
td.TdClassName
{
border-color: #F74ECE;
}
.TagClassName
{
border-color: #F74ECE;
}
</style>