Shades of Razzle Dazzle Rose #F732ED
Tints of Razzle Dazzle Rose #F732ED
RGB
CMYK
RGB Variations
Color information
#F732ED (or 0xF732ED) is known color: Razzle Dazzle Rose. HEX triplet: F7, 32 and ED. RGB value is (247,50,237). Sum of RGB (Red+Green+Blue) = 247+50+237=534 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.25% from 534); Green value is 50 (19.92% from 255 or 9.36% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 247 - color contains mainly: red. Hex color #F732ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F732ED is #08CD12. Grayscale: #818181. Windows color (decimal): -576787 or 15545079. OLE color: 15545079.
HSL color Cylindrical-coordinate representation of color #F732ED: hue angle of 303.05º 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 #F732ED is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 50 | 237 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.03 |
| HSL | 303.05º | 0.92% | 0.58% | - |
| HSV(B) | 303.05º | 0.8% | 0.97% | - |
| XYZ | 54.78 | 28.17 | 82.67 | - |
| YUV | 130.22 | 188.27 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 50 | 237 | 0 | 0.80 | 0.04 | 0.03 | 303.05 | 0.92 | 0.58 |
| Hex | F7 | 32 | ED | 0 | 50 | 4 | 3 | 12F | 5C | 3A |
| Octal | 367 | 62 | 355 | 0 | 120 | 4 | 3 | 457 | 134 | 72 |
| Binary | 11110111 | 110010 | 11101101 | 0 | 1010000 | 100 | 11 | 100101111 | 1011100 | 111010 |
Color Harmonies of #F732ED
Complementary color
Monochromatic Colors of #F732ED
Black with #F732ED
Text Example
Text Example
White with #F732ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F732ED; }
p { color: rgb(247,50,237); }
H1.HeaderClassName
{
color: #F732ED;
}
.AnyTagClassName
{
color: #F732ED;
}
</style>
background-color css
<style>
a { background-color: #F732ED; }
a { background-color: rgb(247,50,237); }
div.DivClassName
{
background-color: #F732ED;
}
.BgClassName
{
background-color: #F732ED;
}
</style>
border-color css
<style>
span { border-color: #F732ED; }
span { border-color: rgb(247,50,237); }
td.TdClassName
{
border-color: #F732ED;
}
.TagClassName
{
border-color: #F732ED;
}
</style>