Shades of Razzle Dazzle Rose #F63BC1
Tints of Razzle Dazzle Rose #F63BC1
RGB
CMYK
RGB Variations
Color information
#F63BC1 (or 0xF63BC1) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3B and C1. RGB value is (246,59,193). Sum of RGB (Red+Green+Blue) = 246+59+193=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 59 (23.44% from 255 or 11.85% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F63BC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63BC1 is #09C43E. Grayscale: #818181. Windows color (decimal): -640063 or 12663798. OLE color: 12663798.
HSL color Cylindrical-coordinate representation of color #F63BC1: hue angle of 317.01º 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 #F63BC1 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 59 | 193 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.04 |
| HSL | 317.01º | 0.91% | 0.6% | - |
| HSV(B) | 317.01º | 0.76% | 0.96% | - |
| XYZ | 49.2 | 26.57 | 52.99 | - |
| YUV | 130.19 | 163.45 | 210.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 59 | 193 | 0 | 0.76 | 0.22 | 0.04 | 317.01 | 0.91 | 0.6 |
| Hex | F6 | 3B | C1 | 0 | 4C | 16 | 4 | 13D | 5B | 3C |
| Octal | 366 | 73 | 301 | 0 | 114 | 26 | 4 | 475 | 133 | 74 |
| Binary | 11110110 | 111011 | 11000001 | 0 | 1001100 | 10110 | 100 | 100111101 | 1011011 | 111100 |
Color Harmonies of #F63BC1
Complementary color
Monochromatic Colors of #F63BC1
Black with #F63BC1
Text Example
Text Example
White with #F63BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63BC1; }
p { color: rgb(246,59,193); }
H1.HeaderClassName
{
color: #F63BC1;
}
.AnyTagClassName
{
color: #F63BC1;
}
</style>
background-color css
<style>
a { background-color: #F63BC1; }
a { background-color: rgb(246,59,193); }
div.DivClassName
{
background-color: #F63BC1;
}
.BgClassName
{
background-color: #F63BC1;
}
</style>
border-color css
<style>
span { border-color: #F63BC1; }
span { border-color: rgb(246,59,193); }
td.TdClassName
{
border-color: #F63BC1;
}
.TagClassName
{
border-color: #F63BC1;
}
</style>