Shades of Razzle Dazzle Rose #F746DF
Tints of Razzle Dazzle Rose #F746DF
RGB
CMYK
RGB Variations
Color information
#F746DF (or 0xF746DF) is known color: Razzle Dazzle Rose. HEX triplet: F7, 46 and DF. RGB value is (247,70,223). Sum of RGB (Red+Green+Blue) = 247+70+223=540 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.74% from 540); Green value is 70 (27.73% from 255 or 12.96% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 247 - color contains mainly: red. Hex color #F746DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F746DF is #08B920. Grayscale: #8B8B8B. Windows color (decimal): -571681 or 14632695. OLE color: 14632695.
HSL color Cylindrical-coordinate representation of color #F746DF: hue angle of 308.14º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F746DF is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 70 | 223 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.03 |
| HSL | 308.14º | 0.92% | 0.62% | - |
| HSV(B) | 308.14º | 0.72% | 0.97% | - |
| XYZ | 53.87 | 29.48 | 72.66 | - |
| YUV | 140.37 | 174.64 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 70 | 223 | 0 | 0.72 | 0.10 | 0.03 | 308.14 | 0.92 | 0.62 |
| Hex | F7 | 46 | DF | 0 | 48 | A | 3 | 134 | 5C | 3E |
| Octal | 367 | 106 | 337 | 0 | 110 | 12 | 3 | 464 | 134 | 76 |
| Binary | 11110111 | 1000110 | 11011111 | 0 | 1001000 | 1010 | 11 | 100110100 | 1011100 | 111110 |
Color Harmonies of #F746DF
Complementary color
Monochromatic Colors of #F746DF
Black with #F746DF
Text Example
Text Example
White with #F746DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F746DF; }
p { color: rgb(247,70,223); }
H1.HeaderClassName
{
color: #F746DF;
}
.AnyTagClassName
{
color: #F746DF;
}
</style>
background-color css
<style>
a { background-color: #F746DF; }
a { background-color: rgb(247,70,223); }
div.DivClassName
{
background-color: #F746DF;
}
.BgClassName
{
background-color: #F746DF;
}
</style>
border-color css
<style>
span { border-color: #F746DF; }
span { border-color: rgb(247,70,223); }
td.TdClassName
{
border-color: #F746DF;
}
.TagClassName
{
border-color: #F746DF;
}
</style>