Shades of Razzle Dazzle Rose #F63CBF
Tints of Razzle Dazzle Rose #F63CBF
RGB
CMYK
RGB Variations
Color information
#F63CBF (or 0xF63CBF) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3C and BF. RGB value is (246,60,191). Sum of RGB (Red+Green+Blue) = 246+60+191=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 60 (23.83% from 255 or 12.07% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F63CBF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63CBF is #09C340. Grayscale: #828282. Windows color (decimal): -639809 or 12532982. OLE color: 12532982.
HSL color Cylindrical-coordinate representation of color #F63CBF: hue angle of 317.74º 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 #F63CBF is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 60 | 191 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.04 |
| HSL | 317.74º | 0.91% | 0.6% | - |
| HSV(B) | 317.74º | 0.76% | 0.96% | - |
| XYZ | 49.03 | 26.59 | 51.84 | - |
| YUV | 130.55 | 162.12 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 60 | 191 | 0 | 0.76 | 0.22 | 0.04 | 317.74 | 0.91 | 0.6 |
| Hex | F6 | 3C | BF | 0 | 4C | 16 | 4 | 13E | 5B | 3C |
| Octal | 366 | 74 | 277 | 0 | 114 | 26 | 4 | 476 | 133 | 74 |
| Binary | 11110110 | 111100 | 10111111 | 0 | 1001100 | 10110 | 100 | 100111110 | 1011011 | 111100 |
Color Harmonies of #F63CBF
Complementary color
Monochromatic Colors of #F63CBF
Black with #F63CBF
Text Example
Text Example
White with #F63CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63CBF; }
p { color: rgb(246,60,191); }
H1.HeaderClassName
{
color: #F63CBF;
}
.AnyTagClassName
{
color: #F63CBF;
}
</style>
background-color css
<style>
a { background-color: #F63CBF; }
a { background-color: rgb(246,60,191); }
div.DivClassName
{
background-color: #F63CBF;
}
.BgClassName
{
background-color: #F63CBF;
}
</style>
border-color css
<style>
span { border-color: #F63CBF; }
span { border-color: rgb(246,60,191); }
td.TdClassName
{
border-color: #F63CBF;
}
.TagClassName
{
border-color: #F63CBF;
}
</style>