Shades of Razzle Dazzle Rose #F632BC
Tints of Razzle Dazzle Rose #F632BC
RGB
CMYK
RGB Variations
Color information
#F632BC (or 0xF632BC) is known color: Razzle Dazzle Rose. HEX triplet: F6, 32 and BC. RGB value is (246,50,188). Sum of RGB (Red+Green+Blue) = 246+50+188=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 50 (19.92% from 255 or 10.33% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F632BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F632BC is #09CD43. Grayscale: #7B7B7B. Windows color (decimal): -642372 or 12333814. OLE color: 12333814.
HSL color Cylindrical-coordinate representation of color #F632BC: hue angle of 317.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 #F632BC is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 50 | 188 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.04 |
| HSL | 317.76º | 0.92% | 0.58% | - |
| HSV(B) | 317.76º | 0.8% | 0.96% | - |
| XYZ | 48.22 | 25.5 | 49.96 | - |
| YUV | 124.34 | 163.93 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 188 | 0 | 0.80 | 0.24 | 0.04 | 317.76 | 0.92 | 0.58 |
| Hex | F6 | 32 | BC | 0 | 50 | 18 | 4 | 13E | 5C | 3A |
| Octal | 366 | 62 | 274 | 0 | 120 | 30 | 4 | 476 | 134 | 72 |
| Binary | 11110110 | 110010 | 10111100 | 0 | 1010000 | 11000 | 100 | 100111110 | 1011100 | 111010 |
Color Harmonies of #F632BC
Complementary color
Monochromatic Colors of #F632BC
Black with #F632BC
Text Example
Text Example
White with #F632BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F632BC; }
p { color: rgb(246,50,188); }
H1.HeaderClassName
{
color: #F632BC;
}
.AnyTagClassName
{
color: #F632BC;
}
</style>
background-color css
<style>
a { background-color: #F632BC; }
a { background-color: rgb(246,50,188); }
div.DivClassName
{
background-color: #F632BC;
}
.BgClassName
{
background-color: #F632BC;
}
</style>
border-color css
<style>
span { border-color: #F632BC; }
span { border-color: rgb(246,50,188); }
td.TdClassName
{
border-color: #F632BC;
}
.TagClassName
{
border-color: #F632BC;
}
</style>