Shades of Razzle Dazzle Rose #F733D5
Tints of Razzle Dazzle Rose #F733D5
RGB
CMYK
RGB Variations
Color information
#F733D5 (or 0xF733D5) is known color: Razzle Dazzle Rose. HEX triplet: F7, 33 and D5. RGB value is (247,51,213). Sum of RGB (Red+Green+Blue) = 247+51+213=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 51 (20.31% from 255 or 9.98% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F733D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F733D5 is #08CC2A. Grayscale: #7F7F7F. Windows color (decimal): -576555 or 13972471. OLE color: 13972471.
HSL color Cylindrical-coordinate representation of color #F733D5: hue angle of 310.41º 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 #F733D5 is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 51 | 213 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.03 |
| HSL | 310.41º | 0.92% | 0.58% | - |
| HSV(B) | 310.41º | 0.79% | 0.97% | - |
| XYZ | 51.55 | 26.95 | 65.43 | - |
| YUV | 128.07 | 175.93 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 51 | 213 | 0 | 0.79 | 0.14 | 0.03 | 310.41 | 0.92 | 0.58 |
| Hex | F7 | 33 | D5 | 0 | 4F | E | 3 | 136 | 5C | 3A |
| Octal | 367 | 63 | 325 | 0 | 117 | 16 | 3 | 466 | 134 | 72 |
| Binary | 11110111 | 110011 | 11010101 | 0 | 1001111 | 1110 | 11 | 100110110 | 1011100 | 111010 |
Color Harmonies of #F733D5
Complementary color
Monochromatic Colors of #F733D5
Black with #F733D5
Text Example
Text Example
White with #F733D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F733D5; }
p { color: rgb(247,51,213); }
H1.HeaderClassName
{
color: #F733D5;
}
.AnyTagClassName
{
color: #F733D5;
}
</style>
background-color css
<style>
a { background-color: #F733D5; }
a { background-color: rgb(247,51,213); }
div.DivClassName
{
background-color: #F733D5;
}
.BgClassName
{
background-color: #F733D5;
}
</style>
border-color css
<style>
span { border-color: #F733D5; }
span { border-color: rgb(247,51,213); }
td.TdClassName
{
border-color: #F733D5;
}
.TagClassName
{
border-color: #F733D5;
}
</style>