Shades of Razzle Dazzle Rose #F74AD0
Tints of Razzle Dazzle Rose #F74AD0
RGB
CMYK
RGB Variations
Color information
#F74AD0 (or 0xF74AD0) is known color: Razzle Dazzle Rose. HEX triplet: F7, 4A and D0. RGB value is (247,74,208). Sum of RGB (Red+Green+Blue) = 247+74+208=529 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.69% from 529); Green value is 74 (29.30% from 255 or 13.99% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 247 - color contains mainly: red. Hex color #F74AD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F74AD0 is #08B52F. Grayscale: #8C8C8C. Windows color (decimal): -570672 or 13650679. OLE color: 13650679.
HSL color Cylindrical-coordinate representation of color #F74AD0: hue angle of 313.53º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F74AD0 is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 74 | 208 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.03 |
| HSL | 313.53º | 0.92% | 0.63% | - |
| HSV(B) | 313.53º | 0.7% | 0.97% | - |
| XYZ | 52.19 | 29.23 | 62.56 | - |
| YUV | 141 | 165.81 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 74 | 208 | 0 | 0.70 | 0.16 | 0.03 | 313.53 | 0.92 | 0.63 |
| Hex | F7 | 4A | D0 | 0 | 46 | 10 | 3 | 13A | 5C | 3F |
| Octal | 367 | 112 | 320 | 0 | 106 | 20 | 3 | 472 | 134 | 77 |
| Binary | 11110111 | 1001010 | 11010000 | 0 | 1000110 | 10000 | 11 | 100111010 | 1011100 | 111111 |
Color Harmonies of #F74AD0
Complementary color
Monochromatic Colors of #F74AD0
Black with #F74AD0
Text Example
Text Example
White with #F74AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74AD0; }
p { color: rgb(247,74,208); }
H1.HeaderClassName
{
color: #F74AD0;
}
.AnyTagClassName
{
color: #F74AD0;
}
</style>
background-color css
<style>
a { background-color: #F74AD0; }
a { background-color: rgb(247,74,208); }
div.DivClassName
{
background-color: #F74AD0;
}
.BgClassName
{
background-color: #F74AD0;
}
</style>
border-color css
<style>
span { border-color: #F74AD0; }
span { border-color: rgb(247,74,208); }
td.TdClassName
{
border-color: #F74AD0;
}
.TagClassName
{
border-color: #F74AD0;
}
</style>