Shades of Razzle Dazzle Rose #F632DC
Tints of Razzle Dazzle Rose #F632DC
RGB
CMYK
RGB Variations
Color information
#F632DC (or 0xF632DC) is known color: Razzle Dazzle Rose. HEX triplet: F6, 32 and DC. RGB value is (246,50,220). Sum of RGB (Red+Green+Blue) = 246+50+220=516 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.67% from 516); Green value is 50 (19.92% from 255 or 9.69% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 246 - color contains mainly: red. Hex color #F632DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F632DC is #09CD23. Grayscale: #7F7F7F. Windows color (decimal): -642340 or 14430966. OLE color: 14430966.
HSL color Cylindrical-coordinate representation of color #F632DC: hue angle of 307.96º 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 #F632DC is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 50 | 220 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.04 |
| HSL | 307.96º | 0.92% | 0.58% | - |
| HSV(B) | 307.96º | 0.8% | 0.96% | - |
| XYZ | 52.06 | 27.04 | 70.19 | - |
| YUV | 127.98 | 179.93 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 220 | 0 | 0.80 | 0.11 | 0.04 | 307.96 | 0.92 | 0.58 |
| Hex | F6 | 32 | DC | 0 | 50 | B | 4 | 134 | 5C | 3A |
| Octal | 366 | 62 | 334 | 0 | 120 | 13 | 4 | 464 | 134 | 72 |
| Binary | 11110110 | 110010 | 11011100 | 0 | 1010000 | 1011 | 100 | 100110100 | 1011100 | 111010 |
Color Harmonies of #F632DC
Complementary color
Monochromatic Colors of #F632DC
Black with #F632DC
Text Example
Text Example
White with #F632DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F632DC; }
p { color: rgb(246,50,220); }
H1.HeaderClassName
{
color: #F632DC;
}
.AnyTagClassName
{
color: #F632DC;
}
</style>
background-color css
<style>
a { background-color: #F632DC; }
a { background-color: rgb(246,50,220); }
div.DivClassName
{
background-color: #F632DC;
}
.BgClassName
{
background-color: #F632DC;
}
</style>
border-color css
<style>
span { border-color: #F632DC; }
span { border-color: rgb(246,50,220); }
td.TdClassName
{
border-color: #F632DC;
}
.TagClassName
{
border-color: #F632DC;
}
</style>