Shades of Razzle Dazzle Rose #F632ED
Tints of Razzle Dazzle Rose #F632ED
RGB
CMYK
RGB Variations
Color information
#F632ED (or 0xF632ED) is known color: Razzle Dazzle Rose. HEX triplet: F6, 32 and ED. RGB value is (246,50,237). Sum of RGB (Red+Green+Blue) = 246+50+237=533 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.15% from 533); Green value is 50 (19.92% from 255 or 9.38% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 246 - color contains mainly: red. Hex color #F632ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F632ED is #09CD12. Grayscale: #818181. Windows color (decimal): -642323 or 15545078. OLE color: 15545078.
HSL color Cylindrical-coordinate representation of color #F632ED: hue angle of 302.76º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F632ED is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 50 | 237 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.04 |
| HSL | 302.76º | 0.92% | 0.58% | - |
| HSV(B) | 302.76º | 0.8% | 0.96% | - |
| XYZ | 54.43 | 27.99 | 82.65 | - |
| YUV | 129.92 | 188.43 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 237 | 0 | 0.80 | 0.04 | 0.04 | 302.76 | 0.92 | 0.58 |
| Hex | F6 | 32 | ED | 0 | 50 | 4 | 4 | 12F | 5C | 3A |
| Octal | 366 | 62 | 355 | 0 | 120 | 4 | 4 | 457 | 134 | 72 |
| Binary | 11110110 | 110010 | 11101101 | 0 | 1010000 | 100 | 100 | 100101111 | 1011100 | 111010 |
Color Harmonies of #F632ED
Complementary color
Monochromatic Colors of #F632ED
Black with #F632ED
Text Example
Text Example
White with #F632ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F632ED; }
p { color: rgb(246,50,237); }
H1.HeaderClassName
{
color: #F632ED;
}
.AnyTagClassName
{
color: #F632ED;
}
</style>
background-color css
<style>
a { background-color: #F632ED; }
a { background-color: rgb(246,50,237); }
div.DivClassName
{
background-color: #F632ED;
}
.BgClassName
{
background-color: #F632ED;
}
</style>
border-color css
<style>
span { border-color: #F632ED; }
span { border-color: rgb(246,50,237); }
td.TdClassName
{
border-color: #F632ED;
}
.TagClassName
{
border-color: #F632ED;
}
</style>