Shades of Razzle Dazzle Rose #F736DF
Tints of Razzle Dazzle Rose #F736DF
RGB
CMYK
RGB Variations
Color information
#F736DF (or 0xF736DF) is known color: Razzle Dazzle Rose. HEX triplet: F7, 36 and DF. RGB value is (247,54,223). Sum of RGB (Red+Green+Blue) = 247+54+223=524 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.14% from 524); Green value is 54 (21.48% from 255 or 10.31% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 247 - color contains mainly: red. Hex color #F736DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F736DF is #08C920. Grayscale: #828282. Windows color (decimal): -575777 or 14628599. OLE color: 14628599.
HSL color Cylindrical-coordinate representation of color #F736DF: hue angle of 307.46º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F736DF is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 54 | 223 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.03 |
| HSL | 307.46º | 0.92% | 0.59% | - |
| HSV(B) | 307.46º | 0.78% | 0.97% | - |
| XYZ | 53 | 27.74 | 72.37 | - |
| YUV | 130.97 | 179.94 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 54 | 223 | 0 | 0.78 | 0.10 | 0.03 | 307.46 | 0.92 | 0.59 |
| Hex | F7 | 36 | DF | 0 | 4E | A | 3 | 133 | 5C | 3B |
| Octal | 367 | 66 | 337 | 0 | 116 | 12 | 3 | 463 | 134 | 73 |
| Binary | 11110111 | 110110 | 11011111 | 0 | 1001110 | 1010 | 11 | 100110011 | 1011100 | 111011 |
Color Harmonies of #F736DF
Complementary color
Monochromatic Colors of #F736DF
Black with #F736DF
Text Example
Text Example
White with #F736DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F736DF; }
p { color: rgb(247,54,223); }
H1.HeaderClassName
{
color: #F736DF;
}
.AnyTagClassName
{
color: #F736DF;
}
</style>
background-color css
<style>
a { background-color: #F736DF; }
a { background-color: rgb(247,54,223); }
div.DivClassName
{
background-color: #F736DF;
}
.BgClassName
{
background-color: #F736DF;
}
</style>
border-color css
<style>
span { border-color: #F736DF; }
span { border-color: rgb(247,54,223); }
td.TdClassName
{
border-color: #F736DF;
}
.TagClassName
{
border-color: #F736DF;
}
</style>