Shades of Razzle Dazzle Rose #F733D3
Tints of Razzle Dazzle Rose #F733D3
RGB
CMYK
RGB Variations
Color information
#F733D3 (or 0xF733D3) is known color: Razzle Dazzle Rose. HEX triplet: F7, 33 and D3. RGB value is (247,51,211). Sum of RGB (Red+Green+Blue) = 247+51+211=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 51 (20.31% from 255 or 10.02% from 509); Blue value is 211 (82.81% from 255 or 41.45% from 509); Max value from RGB is 247 - color contains mainly: red. Hex color #F733D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F733D3 is #08CC2C. Grayscale: #7F7F7F. Windows color (decimal): -576557 or 13841399. OLE color: 13841399.
HSL color Cylindrical-coordinate representation of color #F733D3: hue angle of 311.02º 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 #F733D3 is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 51 | 211 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.03 |
| HSL | 311.02º | 0.92% | 0.58% | - |
| HSV(B) | 311.02º | 0.79% | 0.97% | - |
| XYZ | 51.3 | 26.84 | 64.11 | - |
| YUV | 127.84 | 174.93 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 51 | 211 | 0 | 0.79 | 0.15 | 0.03 | 311.02 | 0.92 | 0.58 |
| Hex | F7 | 33 | D3 | 0 | 4F | F | 3 | 137 | 5C | 3A |
| Octal | 367 | 63 | 323 | 0 | 117 | 17 | 3 | 467 | 134 | 72 |
| Binary | 11110111 | 110011 | 11010011 | 0 | 1001111 | 1111 | 11 | 100110111 | 1011100 | 111010 |
Color Harmonies of #F733D3
Complementary color
Monochromatic Colors of #F733D3
Black with #F733D3
Text Example
Text Example
White with #F733D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F733D3; }
p { color: rgb(247,51,211); }
H1.HeaderClassName
{
color: #F733D3;
}
.AnyTagClassName
{
color: #F733D3;
}
</style>
background-color css
<style>
a { background-color: #F733D3; }
a { background-color: rgb(247,51,211); }
div.DivClassName
{
background-color: #F733D3;
}
.BgClassName
{
background-color: #F733D3;
}
</style>
border-color css
<style>
span { border-color: #F733D3; }
span { border-color: rgb(247,51,211); }
td.TdClassName
{
border-color: #F733D3;
}
.TagClassName
{
border-color: #F733D3;
}
</style>