Shades of Razzle Dazzle Rose #F63FE3
Tints of Razzle Dazzle Rose #F63FE3
RGB
CMYK
RGB Variations
Color information
#F63FE3 (or 0xF63FE3) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3F and E3. RGB value is (246,63,227). Sum of RGB (Red+Green+Blue) = 246+63+227=536 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.90% from 536); Green value is 63 (25% from 255 or 11.75% from 536); Blue value is 227 (89.06% from 255 or 42.35% from 536); Max value from RGB is 246 - color contains mainly: red. Hex color #F63FE3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63FE3 is #09C01C. Grayscale: #878787. Windows color (decimal): -639005 or 14893046. OLE color: 14893046.
HSL color Cylindrical-coordinate representation of color #F63FE3: hue angle of 306.23º 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 #F63FE3 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 63 | 227 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.04 |
| HSL | 306.23º | 0.91% | 0.61% | - |
| HSV(B) | 306.23º | 0.74% | 0.96% | - |
| XYZ | 53.65 | 28.69 | 75.38 | - |
| YUV | 136.41 | 179.13 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 63 | 227 | 0 | 0.74 | 0.08 | 0.04 | 306.23 | 0.91 | 0.61 |
| Hex | F6 | 3F | E3 | 0 | 4A | 8 | 4 | 132 | 5B | 3D |
| Octal | 366 | 77 | 343 | 0 | 112 | 10 | 4 | 462 | 133 | 75 |
| Binary | 11110110 | 111111 | 11100011 | 0 | 1001010 | 1000 | 100 | 100110010 | 1011011 | 111101 |
Color Harmonies of #F63FE3
Complementary color
Monochromatic Colors of #F63FE3
Black with #F63FE3
Text Example
Text Example
White with #F63FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63FE3; }
p { color: rgb(246,63,227); }
H1.HeaderClassName
{
color: #F63FE3;
}
.AnyTagClassName
{
color: #F63FE3;
}
</style>
background-color css
<style>
a { background-color: #F63FE3; }
a { background-color: rgb(246,63,227); }
div.DivClassName
{
background-color: #F63FE3;
}
.BgClassName
{
background-color: #F63FE3;
}
</style>
border-color css
<style>
span { border-color: #F63FE3; }
span { border-color: rgb(246,63,227); }
td.TdClassName
{
border-color: #F63FE3;
}
.TagClassName
{
border-color: #F63FE3;
}
</style>