Shades of Razzle Dazzle Rose #F735DF
Tints of Razzle Dazzle Rose #F735DF
RGB
CMYK
RGB Variations
Color information
#F735DF (or 0xF735DF) is known color: Razzle Dazzle Rose. HEX triplet: F7, 35 and DF. RGB value is (247,53,223). Sum of RGB (Red+Green+Blue) = 247+53+223=523 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.23% from 523); Green value is 53 (21.09% from 255 or 10.13% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 247 - color contains mainly: red. Hex color #F735DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F735DF is #08CA20. Grayscale: #818181. Windows color (decimal): -576033 or 14628343. OLE color: 14628343.
HSL color Cylindrical-coordinate representation of color #F735DF: hue angle of 307.42º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F735DF is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 53 | 223 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.03 |
| HSL | 307.42º | 0.92% | 0.59% | - |
| HSV(B) | 307.42º | 0.79% | 0.97% | - |
| XYZ | 52.95 | 27.65 | 72.36 | - |
| YUV | 130.39 | 180.27 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 53 | 223 | 0 | 0.79 | 0.10 | 0.03 | 307.42 | 0.92 | 0.59 |
| Hex | F7 | 35 | DF | 0 | 4F | A | 3 | 133 | 5C | 3B |
| Octal | 367 | 65 | 337 | 0 | 117 | 12 | 3 | 463 | 134 | 73 |
| Binary | 11110111 | 110101 | 11011111 | 0 | 1001111 | 1010 | 11 | 100110011 | 1011100 | 111011 |
Color Harmonies of #F735DF
Complementary color
Monochromatic Colors of #F735DF
Black with #F735DF
Text Example
Text Example
White with #F735DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F735DF; }
p { color: rgb(247,53,223); }
H1.HeaderClassName
{
color: #F735DF;
}
.AnyTagClassName
{
color: #F735DF;
}
</style>
background-color css
<style>
a { background-color: #F735DF; }
a { background-color: rgb(247,53,223); }
div.DivClassName
{
background-color: #F735DF;
}
.BgClassName
{
background-color: #F735DF;
}
</style>
border-color css
<style>
span { border-color: #F735DF; }
span { border-color: rgb(247,53,223); }
td.TdClassName
{
border-color: #F735DF;
}
.TagClassName
{
border-color: #F735DF;
}
</style>