Shades of Razzle Dazzle Rose #F732D4
Tints of Razzle Dazzle Rose #F732D4
RGB
CMYK
RGB Variations
Color information
#F732D4 (or 0xF732D4) is known color: Razzle Dazzle Rose. HEX triplet: F7, 32 and D4. RGB value is (247,50,212). Sum of RGB (Red+Green+Blue) = 247+50+212=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 50 (19.92% from 255 or 9.82% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 247 - color contains mainly: red. Hex color #F732D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F732D4 is #08CD2B. Grayscale: #7E7E7E. Windows color (decimal): -576812 or 13906679. OLE color: 13906679.
HSL color Cylindrical-coordinate representation of color #F732D4: hue angle of 310.66º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F732D4 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 50 | 212 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.03 |
| HSL | 310.66º | 0.92% | 0.58% | - |
| HSV(B) | 310.66º | 0.8% | 0.97% | - |
| XYZ | 51.38 | 26.81 | 64.75 | - |
| YUV | 127.37 | 175.77 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 50 | 212 | 0 | 0.80 | 0.14 | 0.03 | 310.66 | 0.92 | 0.58 |
| Hex | F7 | 32 | D4 | 0 | 50 | E | 3 | 137 | 5C | 3A |
| Octal | 367 | 62 | 324 | 0 | 120 | 16 | 3 | 467 | 134 | 72 |
| Binary | 11110111 | 110010 | 11010100 | 0 | 1010000 | 1110 | 11 | 100110111 | 1011100 | 111010 |
Color Harmonies of #F732D4
Complementary color
Monochromatic Colors of #F732D4
Black with #F732D4
Text Example
Text Example
White with #F732D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F732D4; }
p { color: rgb(247,50,212); }
H1.HeaderClassName
{
color: #F732D4;
}
.AnyTagClassName
{
color: #F732D4;
}
</style>
background-color css
<style>
a { background-color: #F732D4; }
a { background-color: rgb(247,50,212); }
div.DivClassName
{
background-color: #F732D4;
}
.BgClassName
{
background-color: #F732D4;
}
</style>
border-color css
<style>
span { border-color: #F732D4; }
span { border-color: rgb(247,50,212); }
td.TdClassName
{
border-color: #F732D4;
}
.TagClassName
{
border-color: #F732D4;
}
</style>