Shades of Razzle Dazzle Rose #F63AC1
Tints of Razzle Dazzle Rose #F63AC1
RGB
CMYK
RGB Variations
Color information
#F63AC1 (or 0xF63AC1) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3A and C1. RGB value is (246,58,193). Sum of RGB (Red+Green+Blue) = 246+58+193=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 58 (23.05% from 255 or 11.67% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F63AC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63AC1 is #09C53E. Grayscale: #818181. Windows color (decimal): -640319 or 12663542. OLE color: 12663542.
HSL color Cylindrical-coordinate representation of color #F63AC1: hue angle of 316.91º 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 #F63AC1 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 58 | 193 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.04 |
| HSL | 316.91º | 0.91% | 0.6% | - |
| HSV(B) | 316.91º | 0.76% | 0.96% | - |
| XYZ | 49.14 | 26.47 | 52.97 | - |
| YUV | 129.6 | 163.78 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 58 | 193 | 0 | 0.76 | 0.22 | 0.04 | 316.91 | 0.91 | 0.6 |
| Hex | F6 | 3A | C1 | 0 | 4C | 16 | 4 | 13D | 5B | 3C |
| Octal | 366 | 72 | 301 | 0 | 114 | 26 | 4 | 475 | 133 | 74 |
| Binary | 11110110 | 111010 | 11000001 | 0 | 1001100 | 10110 | 100 | 100111101 | 1011011 | 111100 |
Color Harmonies of #F63AC1
Complementary color
Monochromatic Colors of #F63AC1
Black with #F63AC1
Text Example
Text Example
White with #F63AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63AC1; }
p { color: rgb(246,58,193); }
H1.HeaderClassName
{
color: #F63AC1;
}
.AnyTagClassName
{
color: #F63AC1;
}
</style>
background-color css
<style>
a { background-color: #F63AC1; }
a { background-color: rgb(246,58,193); }
div.DivClassName
{
background-color: #F63AC1;
}
.BgClassName
{
background-color: #F63AC1;
}
</style>
border-color css
<style>
span { border-color: #F63AC1; }
span { border-color: rgb(246,58,193); }
td.TdClassName
{
border-color: #F63AC1;
}
.TagClassName
{
border-color: #F63AC1;
}
</style>