Shades of Razzle Dazzle Rose #F632D0
Tints of Razzle Dazzle Rose #F632D0
RGB
CMYK
RGB Variations
Color information
#F632D0 (or 0xF632D0) is known color: Razzle Dazzle Rose. HEX triplet: F6, 32 and D0. RGB value is (246,50,208). Sum of RGB (Red+Green+Blue) = 246+50+208=504 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.81% from 504); Green value is 50 (19.92% from 255 or 9.92% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 246 - color contains mainly: red. Hex color #F632D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F632D0 is #09CD2F. Grayscale: #7E7E7E. Windows color (decimal): -642352 or 13644534. OLE color: 13644534.
HSL color Cylindrical-coordinate representation of color #F632D0: hue angle of 311.63º 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 #F632D0 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 50 | 208 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.04 |
| HSL | 311.63º | 0.92% | 0.58% | - |
| HSV(B) | 311.63º | 0.8% | 0.96% | - |
| XYZ | 50.53 | 26.43 | 62.11 | - |
| YUV | 126.62 | 173.93 | 213.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 208 | 0 | 0.80 | 0.15 | 0.04 | 311.63 | 0.92 | 0.58 |
| Hex | F6 | 32 | D0 | 0 | 50 | F | 4 | 138 | 5C | 3A |
| Octal | 366 | 62 | 320 | 0 | 120 | 17 | 4 | 470 | 134 | 72 |
| Binary | 11110110 | 110010 | 11010000 | 0 | 1010000 | 1111 | 100 | 100111000 | 1011100 | 111010 |
Color Harmonies of #F632D0
Complementary color
Monochromatic Colors of #F632D0
Black with #F632D0
Text Example
Text Example
White with #F632D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F632D0; }
p { color: rgb(246,50,208); }
H1.HeaderClassName
{
color: #F632D0;
}
.AnyTagClassName
{
color: #F632D0;
}
</style>
background-color css
<style>
a { background-color: #F632D0; }
a { background-color: rgb(246,50,208); }
div.DivClassName
{
background-color: #F632D0;
}
.BgClassName
{
background-color: #F632D0;
}
</style>
border-color css
<style>
span { border-color: #F632D0; }
span { border-color: rgb(246,50,208); }
td.TdClassName
{
border-color: #F632D0;
}
.TagClassName
{
border-color: #F632D0;
}
</style>