Shades of Razzle Dazzle Rose #F745DF
Tints of Razzle Dazzle Rose #F745DF
RGB
CMYK
RGB Variations
Color information
#F745DF (or 0xF745DF) is known color: Razzle Dazzle Rose. HEX triplet: F7, 45 and DF. RGB value is (247,69,223). Sum of RGB (Red+Green+Blue) = 247+69+223=539 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.83% from 539); Green value is 69 (27.34% from 255 or 12.80% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 247 - color contains mainly: red. Hex color #F745DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F745DF is #08BA20. Grayscale: #8B8B8B. Windows color (decimal): -571937 or 14632439. OLE color: 14632439.
HSL color Cylindrical-coordinate representation of color #F745DF: hue angle of 308.09º 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 #F745DF is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 69 | 223 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.03 |
| HSL | 308.09º | 0.92% | 0.62% | - |
| HSV(B) | 308.09º | 0.72% | 0.97% | - |
| XYZ | 53.81 | 29.36 | 72.64 | - |
| YUV | 139.78 | 174.97 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 69 | 223 | 0 | 0.72 | 0.10 | 0.03 | 308.09 | 0.92 | 0.62 |
| Hex | F7 | 45 | DF | 0 | 48 | A | 3 | 134 | 5C | 3E |
| Octal | 367 | 105 | 337 | 0 | 110 | 12 | 3 | 464 | 134 | 76 |
| Binary | 11110111 | 1000101 | 11011111 | 0 | 1001000 | 1010 | 11 | 100110100 | 1011100 | 111110 |
Color Harmonies of #F745DF
Complementary color
Monochromatic Colors of #F745DF
Black with #F745DF
Text Example
Text Example
White with #F745DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F745DF; }
p { color: rgb(247,69,223); }
H1.HeaderClassName
{
color: #F745DF;
}
.AnyTagClassName
{
color: #F745DF;
}
</style>
background-color css
<style>
a { background-color: #F745DF; }
a { background-color: rgb(247,69,223); }
div.DivClassName
{
background-color: #F745DF;
}
.BgClassName
{
background-color: #F745DF;
}
</style>
border-color css
<style>
span { border-color: #F745DF; }
span { border-color: rgb(247,69,223); }
td.TdClassName
{
border-color: #F745DF;
}
.TagClassName
{
border-color: #F745DF;
}
</style>