Shades of Razzle Dazzle Rose #F733DF
Tints of Razzle Dazzle Rose #F733DF
RGB
CMYK
RGB Variations
Color information
#F733DF (or 0xF733DF) is known color: Razzle Dazzle Rose. HEX triplet: F7, 33 and DF. RGB value is (247,51,223). Sum of RGB (Red+Green+Blue) = 247+51+223=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 51 (20.31% from 255 or 9.79% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F733DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F733DF is #08CC20. Grayscale: #808080. Windows color (decimal): -576545 or 14627831. OLE color: 14627831.
HSL color Cylindrical-coordinate representation of color #F733DF: hue angle of 307.35º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F733DF is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 51 | 223 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.03 |
| HSL | 307.35º | 0.92% | 0.58% | - |
| HSV(B) | 307.35º | 0.79% | 0.97% | - |
| XYZ | 52.86 | 27.47 | 72.33 | - |
| YUV | 129.21 | 180.93 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 51 | 223 | 0 | 0.79 | 0.10 | 0.03 | 307.35 | 0.92 | 0.58 |
| Hex | F7 | 33 | DF | 0 | 4F | A | 3 | 133 | 5C | 3A |
| Octal | 367 | 63 | 337 | 0 | 117 | 12 | 3 | 463 | 134 | 72 |
| Binary | 11110111 | 110011 | 11011111 | 0 | 1001111 | 1010 | 11 | 100110011 | 1011100 | 111010 |
Color Harmonies of #F733DF
Complementary color
Monochromatic Colors of #F733DF
Black with #F733DF
Text Example
Text Example
White with #F733DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F733DF; }
p { color: rgb(247,51,223); }
H1.HeaderClassName
{
color: #F733DF;
}
.AnyTagClassName
{
color: #F733DF;
}
</style>
background-color css
<style>
a { background-color: #F733DF; }
a { background-color: rgb(247,51,223); }
div.DivClassName
{
background-color: #F733DF;
}
.BgClassName
{
background-color: #F733DF;
}
</style>
border-color css
<style>
span { border-color: #F733DF; }
span { border-color: rgb(247,51,223); }
td.TdClassName
{
border-color: #F733DF;
}
.TagClassName
{
border-color: #F733DF;
}
</style>