Shades of Razzle Dazzle Rose #F63CBE
Tints of Razzle Dazzle Rose #F63CBE
RGB
CMYK
RGB Variations
Color information
#F63CBE (or 0xF63CBE) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3C and BE. RGB value is (246,60,190). Sum of RGB (Red+Green+Blue) = 246+60+190=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 60 (23.83% from 255 or 12.10% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F63CBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63CBE is #09C341. Grayscale: #828282. Windows color (decimal): -639810 or 12467446. OLE color: 12467446.
HSL color Cylindrical-coordinate representation of color #F63CBE: hue angle of 318.06º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F63CBE is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 60 | 190 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.04 |
| HSL | 318.06º | 0.91% | 0.6% | - |
| HSV(B) | 318.06º | 0.76% | 0.96% | - |
| XYZ | 48.92 | 26.54 | 51.26 | - |
| YUV | 130.43 | 161.62 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 60 | 190 | 0 | 0.76 | 0.23 | 0.04 | 318.06 | 0.91 | 0.6 |
| Hex | F6 | 3C | BE | 0 | 4C | 17 | 4 | 13E | 5B | 3C |
| Octal | 366 | 74 | 276 | 0 | 114 | 27 | 4 | 476 | 133 | 74 |
| Binary | 11110110 | 111100 | 10111110 | 0 | 1001100 | 10111 | 100 | 100111110 | 1011011 | 111100 |
Color Harmonies of #F63CBE
Complementary color
Monochromatic Colors of #F63CBE
Black with #F63CBE
Text Example
Text Example
White with #F63CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63CBE; }
p { color: rgb(246,60,190); }
H1.HeaderClassName
{
color: #F63CBE;
}
.AnyTagClassName
{
color: #F63CBE;
}
</style>
background-color css
<style>
a { background-color: #F63CBE; }
a { background-color: rgb(246,60,190); }
div.DivClassName
{
background-color: #F63CBE;
}
.BgClassName
{
background-color: #F63CBE;
}
</style>
border-color css
<style>
span { border-color: #F63CBE; }
span { border-color: rgb(246,60,190); }
td.TdClassName
{
border-color: #F63CBE;
}
.TagClassName
{
border-color: #F63CBE;
}
</style>