Shades of Razzle Dazzle Rose #F74DCE
Tints of Razzle Dazzle Rose #F74DCE
RGB
CMYK
RGB Variations
Color information
#F74DCE (or 0xF74DCE) is known color: Razzle Dazzle Rose. HEX triplet: F7, 4D and CE. RGB value is (247,77,206). Sum of RGB (Red+Green+Blue) = 247+77+206=530 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.60% from 530); Green value is 77 (30.47% from 255 or 14.53% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 247 - color contains mainly: red. Hex color #F74DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74DCE is #08B231. Grayscale: #8E8E8E. Windows color (decimal): -569906 or 13520375. OLE color: 13520375.
HSL color Cylindrical-coordinate representation of color #F74DCE: hue angle of 314.47º 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 #F74DCE is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 77 | 206 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.03 |
| HSL | 314.47º | 0.91% | 0.64% | - |
| HSV(B) | 314.47º | 0.69% | 0.97% | - |
| XYZ | 52.15 | 29.54 | 61.35 | - |
| YUV | 142.54 | 163.82 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 77 | 206 | 0 | 0.69 | 0.17 | 0.03 | 314.47 | 0.91 | 0.64 |
| Hex | F7 | 4D | CE | 0 | 45 | 11 | 3 | 13A | 5B | 40 |
| Octal | 367 | 115 | 316 | 0 | 105 | 21 | 3 | 472 | 133 | 100 |
| Binary | 11110111 | 1001101 | 11001110 | 0 | 1000101 | 10001 | 11 | 100111010 | 1011011 | 1000000 |
Color Harmonies of #F74DCE
Complementary color
Monochromatic Colors of #F74DCE
Black with #F74DCE
Text Example
Text Example
White with #F74DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74DCE; }
p { color: rgb(247,77,206); }
H1.HeaderClassName
{
color: #F74DCE;
}
.AnyTagClassName
{
color: #F74DCE;
}
</style>
background-color css
<style>
a { background-color: #F74DCE; }
a { background-color: rgb(247,77,206); }
div.DivClassName
{
background-color: #F74DCE;
}
.BgClassName
{
background-color: #F74DCE;
}
</style>
border-color css
<style>
span { border-color: #F74DCE; }
span { border-color: rgb(247,77,206); }
td.TdClassName
{
border-color: #F74DCE;
}
.TagClassName
{
border-color: #F74DCE;
}
</style>