Shades of Razzle Dazzle Rose #F742D6
Tints of Razzle Dazzle Rose #F742D6
RGB
CMYK
RGB Variations
Color information
#F742D6 (or 0xF742D6) is known color: Razzle Dazzle Rose. HEX triplet: F7, 42 and D6. RGB value is (247,66,214). Sum of RGB (Red+Green+Blue) = 247+66+214=527 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.87% from 527); Green value is 66 (26.17% from 255 or 12.52% from 527); Blue value is 214 (83.98% from 255 or 40.61% from 527); Max value from RGB is 247 - color contains mainly: red. Hex color #F742D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F742D6 is #08BD29. Grayscale: #888888. Windows color (decimal): -572714 or 14041847. OLE color: 14041847.
HSL color Cylindrical-coordinate representation of color #F742D6: hue angle of 310.94º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F742D6 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 66 | 214 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.03 |
| HSL | 310.94º | 0.92% | 0.61% | - |
| HSV(B) | 310.94º | 0.73% | 0.97% | - |
| XYZ | 52.44 | 28.53 | 66.36 | - |
| YUV | 136.99 | 171.47 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 66 | 214 | 0 | 0.73 | 0.13 | 0.03 | 310.94 | 0.92 | 0.61 |
| Hex | F7 | 42 | D6 | 0 | 49 | D | 3 | 137 | 5C | 3D |
| Octal | 367 | 102 | 326 | 0 | 111 | 15 | 3 | 467 | 134 | 75 |
| Binary | 11110111 | 1000010 | 11010110 | 0 | 1001001 | 1101 | 11 | 100110111 | 1011100 | 111101 |
Color Harmonies of #F742D6
Complementary color
Monochromatic Colors of #F742D6
Black with #F742D6
Text Example
Text Example
White with #F742D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F742D6; }
p { color: rgb(247,66,214); }
H1.HeaderClassName
{
color: #F742D6;
}
.AnyTagClassName
{
color: #F742D6;
}
</style>
background-color css
<style>
a { background-color: #F742D6; }
a { background-color: rgb(247,66,214); }
div.DivClassName
{
background-color: #F742D6;
}
.BgClassName
{
background-color: #F742D6;
}
</style>
border-color css
<style>
span { border-color: #F742D6; }
span { border-color: rgb(247,66,214); }
td.TdClassName
{
border-color: #F742D6;
}
.TagClassName
{
border-color: #F742D6;
}
</style>