Shades of Razzle Dazzle Rose #F63CDF
Tints of Razzle Dazzle Rose #F63CDF
RGB
CMYK
RGB Variations
Color information
#F63CDF (or 0xF63CDF) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3C and DF. RGB value is (246,60,223). Sum of RGB (Red+Green+Blue) = 246+60+223=529 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.50% from 529); Green value is 60 (23.83% from 255 or 11.34% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 246 - color contains mainly: red. Hex color #F63CDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63CDF is #09C320. Grayscale: #858585. Windows color (decimal): -639777 or 14630134. OLE color: 14630134.
HSL color Cylindrical-coordinate representation of color #F63CDF: hue angle of 307.42º 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 #F63CDF is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 60 | 223 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.04 |
| HSL | 307.42º | 0.91% | 0.6% | - |
| HSV(B) | 307.42º | 0.76% | 0.96% | - |
| XYZ | 52.94 | 28.15 | 72.46 | - |
| YUV | 134.2 | 178.12 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 60 | 223 | 0 | 0.76 | 0.09 | 0.04 | 307.42 | 0.91 | 0.6 |
| Hex | F6 | 3C | DF | 0 | 4C | 9 | 4 | 133 | 5B | 3C |
| Octal | 366 | 74 | 337 | 0 | 114 | 11 | 4 | 463 | 133 | 74 |
| Binary | 11110110 | 111100 | 11011111 | 0 | 1001100 | 1001 | 100 | 100110011 | 1011011 | 111100 |
Color Harmonies of #F63CDF
Complementary color
Monochromatic Colors of #F63CDF
Black with #F63CDF
Text Example
Text Example
White with #F63CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63CDF; }
p { color: rgb(246,60,223); }
H1.HeaderClassName
{
color: #F63CDF;
}
.AnyTagClassName
{
color: #F63CDF;
}
</style>
background-color css
<style>
a { background-color: #F63CDF; }
a { background-color: rgb(246,60,223); }
div.DivClassName
{
background-color: #F63CDF;
}
.BgClassName
{
background-color: #F63CDF;
}
</style>
border-color css
<style>
span { border-color: #F63CDF; }
span { border-color: rgb(246,60,223); }
td.TdClassName
{
border-color: #F63CDF;
}
.TagClassName
{
border-color: #F63CDF;
}
</style>