Shades of Razzle Dazzle Rose #F74DC8
Tints of Razzle Dazzle Rose #F74DC8
RGB
CMYK
RGB Variations
Color information
#F74DC8 (or 0xF74DC8) is known color: Razzle Dazzle Rose. HEX triplet: F7, 4D and C8. RGB value is (247,77,200). Sum of RGB (Red+Green+Blue) = 247+77+200=524 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.14% from 524); Green value is 77 (30.47% from 255 or 14.69% from 524); Blue value is 200 (78.52% from 255 or 38.17% from 524); Max value from RGB is 247 - color contains mainly: red. Hex color #F74DC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74DC8 is #08B237. Grayscale: #8D8D8D. Windows color (decimal): -569912 or 13127159. OLE color: 13127159.
HSL color Cylindrical-coordinate representation of color #F74DC8: hue angle of 316.59º 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 #F74DC8 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 77 | 200 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.03 |
| HSL | 316.59º | 0.91% | 0.64% | - |
| HSV(B) | 316.59º | 0.69% | 0.97% | - |
| XYZ | 51.44 | 29.25 | 57.58 | - |
| YUV | 141.85 | 160.82 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 77 | 200 | 0 | 0.69 | 0.19 | 0.03 | 316.59 | 0.91 | 0.64 |
| Hex | F7 | 4D | C8 | 0 | 45 | 13 | 3 | 13D | 5B | 40 |
| Octal | 367 | 115 | 310 | 0 | 105 | 23 | 3 | 475 | 133 | 100 |
| Binary | 11110111 | 1001101 | 11001000 | 0 | 1000101 | 10011 | 11 | 100111101 | 1011011 | 1000000 |
Color Harmonies of #F74DC8
Complementary color
Monochromatic Colors of #F74DC8
Black with #F74DC8
Text Example
Text Example
White with #F74DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74DC8; }
p { color: rgb(247,77,200); }
H1.HeaderClassName
{
color: #F74DC8;
}
.AnyTagClassName
{
color: #F74DC8;
}
</style>
background-color css
<style>
a { background-color: #F74DC8; }
a { background-color: rgb(247,77,200); }
div.DivClassName
{
background-color: #F74DC8;
}
.BgClassName
{
background-color: #F74DC8;
}
</style>
border-color css
<style>
span { border-color: #F74DC8; }
span { border-color: rgb(247,77,200); }
td.TdClassName
{
border-color: #F74DC8;
}
.TagClassName
{
border-color: #F74DC8;
}
</style>