Shades of Razzle Dazzle Rose #F63BC5
Tints of Razzle Dazzle Rose #F63BC5
RGB
CMYK
RGB Variations
Color information
#F63BC5 (or 0xF63BC5) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3B and C5. RGB value is (246,59,197). Sum of RGB (Red+Green+Blue) = 246+59+197=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 59 (23.44% from 255 or 11.75% from 502); Blue value is 197 (77.34% from 255 or 39.24% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F63BC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63BC5 is #09C43A. Grayscale: #828282. Windows color (decimal): -640059 or 12925942. OLE color: 12925942.
HSL color Cylindrical-coordinate representation of color #F63BC5: hue angle of 315.72º 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 #F63BC5 is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 59 | 197 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.04 |
| HSL | 315.72º | 0.91% | 0.6% | - |
| HSV(B) | 315.72º | 0.76% | 0.96% | - |
| XYZ | 49.65 | 26.75 | 55.37 | - |
| YUV | 130.65 | 165.45 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 59 | 197 | 0 | 0.76 | 0.20 | 0.04 | 315.72 | 0.91 | 0.6 |
| Hex | F6 | 3B | C5 | 0 | 4C | 14 | 4 | 13C | 5B | 3C |
| Octal | 366 | 73 | 305 | 0 | 114 | 24 | 4 | 474 | 133 | 74 |
| Binary | 11110110 | 111011 | 11000101 | 0 | 1001100 | 10100 | 100 | 100111100 | 1011011 | 111100 |
Color Harmonies of #F63BC5
Complementary color
Monochromatic Colors of #F63BC5
Black with #F63BC5
Text Example
Text Example
White with #F63BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63BC5; }
p { color: rgb(246,59,197); }
H1.HeaderClassName
{
color: #F63BC5;
}
.AnyTagClassName
{
color: #F63BC5;
}
</style>
background-color css
<style>
a { background-color: #F63BC5; }
a { background-color: rgb(246,59,197); }
div.DivClassName
{
background-color: #F63BC5;
}
.BgClassName
{
background-color: #F63BC5;
}
</style>
border-color css
<style>
span { border-color: #F63BC5; }
span { border-color: rgb(246,59,197); }
td.TdClassName
{
border-color: #F63BC5;
}
.TagClassName
{
border-color: #F63BC5;
}
</style>