Shades of Razzle Dazzle Rose #F63FDF
Tints of Razzle Dazzle Rose #F63FDF
RGB
CMYK
RGB Variations
Color information
#F63FDF (or 0xF63FDF) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3F and DF. RGB value is (246,63,223). Sum of RGB (Red+Green+Blue) = 246+63+223=532 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.24% from 532); Green value is 63 (25% from 255 or 11.84% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 246 - color contains mainly: red. Hex color #F63FDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63FDF is #09C020. Grayscale: #878787. Windows color (decimal): -639009 or 14630902. OLE color: 14630902.
HSL color Cylindrical-coordinate representation of color #F63FDF: hue angle of 307.54º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F63FDF is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 63 | 223 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.04 |
| HSL | 307.54º | 0.91% | 0.61% | - |
| HSV(B) | 307.54º | 0.74% | 0.96% | - |
| XYZ | 53.1 | 28.48 | 72.51 | - |
| YUV | 135.96 | 177.13 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 63 | 223 | 0 | 0.74 | 0.09 | 0.04 | 307.54 | 0.91 | 0.61 |
| Hex | F6 | 3F | DF | 0 | 4A | 9 | 4 | 134 | 5B | 3D |
| Octal | 366 | 77 | 337 | 0 | 112 | 11 | 4 | 464 | 133 | 75 |
| Binary | 11110110 | 111111 | 11011111 | 0 | 1001010 | 1001 | 100 | 100110100 | 1011011 | 111101 |
Color Harmonies of #F63FDF
Complementary color
Monochromatic Colors of #F63FDF
Black with #F63FDF
Text Example
Text Example
White with #F63FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63FDF; }
p { color: rgb(246,63,223); }
H1.HeaderClassName
{
color: #F63FDF;
}
.AnyTagClassName
{
color: #F63FDF;
}
</style>
background-color css
<style>
a { background-color: #F63FDF; }
a { background-color: rgb(246,63,223); }
div.DivClassName
{
background-color: #F63FDF;
}
.BgClassName
{
background-color: #F63FDF;
}
</style>
border-color css
<style>
span { border-color: #F63FDF; }
span { border-color: rgb(246,63,223); }
td.TdClassName
{
border-color: #F63FDF;
}
.TagClassName
{
border-color: #F63FDF;
}
</style>