Shades of Razzle Dazzle Rose #F63EBA
Tints of Razzle Dazzle Rose #F63EBA
RGB
CMYK
RGB Variations
Color information
#F63EBA (or 0xF63EBA) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3E and BA. RGB value is (246,62,186). Sum of RGB (Red+Green+Blue) = 246+62+186=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 62 (24.61% from 255 or 12.55% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F63EBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63EBA is #09C145. Grayscale: #828282. Windows color (decimal): -639302 or 12205814. OLE color: 12205814.
HSL color Cylindrical-coordinate representation of color #F63EBA: hue angle of 319.57º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F63EBA is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 62 | 186 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.04 |
| HSL | 319.57º | 0.91% | 0.6% | - |
| HSV(B) | 319.57º | 0.75% | 0.96% | - |
| XYZ | 48.59 | 26.58 | 49.02 | - |
| YUV | 131.15 | 158.96 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 62 | 186 | 0 | 0.75 | 0.24 | 0.04 | 319.57 | 0.91 | 0.6 |
| Hex | F6 | 3E | BA | 0 | 4B | 18 | 4 | 140 | 5B | 3C |
| Octal | 366 | 76 | 272 | 0 | 113 | 30 | 4 | 500 | 133 | 74 |
| Binary | 11110110 | 111110 | 10111010 | 0 | 1001011 | 11000 | 100 | 101000000 | 1011011 | 111100 |
Color Harmonies of #F63EBA
Complementary color
Monochromatic Colors of #F63EBA
Black with #F63EBA
Text Example
Text Example
White with #F63EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63EBA; }
p { color: rgb(246,62,186); }
H1.HeaderClassName
{
color: #F63EBA;
}
.AnyTagClassName
{
color: #F63EBA;
}
</style>
background-color css
<style>
a { background-color: #F63EBA; }
a { background-color: rgb(246,62,186); }
div.DivClassName
{
background-color: #F63EBA;
}
.BgClassName
{
background-color: #F63EBA;
}
</style>
border-color css
<style>
span { border-color: #F63EBA; }
span { border-color: rgb(246,62,186); }
td.TdClassName
{
border-color: #F63EBA;
}
.TagClassName
{
border-color: #F63EBA;
}
</style>