Shades of Razzle Dazzle Rose #F63CBC
Tints of Razzle Dazzle Rose #F63CBC
RGB
CMYK
RGB Variations
Color information
#F63CBC (or 0xF63CBC) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3C and BC. RGB value is (246,60,188). Sum of RGB (Red+Green+Blue) = 246+60+188=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 60 (23.83% from 255 or 12.15% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F63CBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63CBC is #09C343. Grayscale: #818181. Windows color (decimal): -639812 or 12336374. OLE color: 12336374.
HSL color Cylindrical-coordinate representation of color #F63CBC: hue angle of 318.71º 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 #F63CBC is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 60 | 188 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.04 |
| HSL | 318.71º | 0.91% | 0.6% | - |
| HSV(B) | 318.71º | 0.76% | 0.96% | - |
| XYZ | 48.7 | 26.46 | 50.12 | - |
| YUV | 130.21 | 160.62 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 60 | 188 | 0 | 0.76 | 0.24 | 0.04 | 318.71 | 0.91 | 0.6 |
| Hex | F6 | 3C | BC | 0 | 4C | 18 | 4 | 13F | 5B | 3C |
| Octal | 366 | 74 | 274 | 0 | 114 | 30 | 4 | 477 | 133 | 74 |
| Binary | 11110110 | 111100 | 10111100 | 0 | 1001100 | 11000 | 100 | 100111111 | 1011011 | 111100 |
Color Harmonies of #F63CBC
Complementary color
Monochromatic Colors of #F63CBC
Black with #F63CBC
Text Example
Text Example
White with #F63CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63CBC; }
p { color: rgb(246,60,188); }
H1.HeaderClassName
{
color: #F63CBC;
}
.AnyTagClassName
{
color: #F63CBC;
}
</style>
background-color css
<style>
a { background-color: #F63CBC; }
a { background-color: rgb(246,60,188); }
div.DivClassName
{
background-color: #F63CBC;
}
.BgClassName
{
background-color: #F63CBC;
}
</style>
border-color css
<style>
span { border-color: #F63CBC; }
span { border-color: rgb(246,60,188); }
td.TdClassName
{
border-color: #F63CBC;
}
.TagClassName
{
border-color: #F63CBC;
}
</style>