Shades of Razzle Dazzle Rose #F63FCD
Tints of Razzle Dazzle Rose #F63FCD
RGB
CMYK
RGB Variations
Color information
#F63FCD (or 0xF63FCD) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3F and CD. RGB value is (246,63,205). Sum of RGB (Red+Green+Blue) = 246+63+205=514 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.86% from 514); Green value is 63 (25% from 255 or 12.26% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 246 - color contains mainly: red. Hex color #F63FCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63FCD is #09C032. Grayscale: #858585. Windows color (decimal): -639027 or 13451254. OLE color: 13451254.
HSL color Cylindrical-coordinate representation of color #F63FCD: hue angle of 313.44º 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 #F63FCD is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 63 | 205 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.04 |
| HSL | 313.44º | 0.91% | 0.61% | - |
| HSV(B) | 313.44º | 0.74% | 0.96% | - |
| XYZ | 50.8 | 27.56 | 60.4 | - |
| YUV | 133.91 | 168.13 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 63 | 205 | 0 | 0.74 | 0.17 | 0.04 | 313.44 | 0.91 | 0.61 |
| Hex | F6 | 3F | CD | 0 | 4A | 11 | 4 | 139 | 5B | 3D |
| Octal | 366 | 77 | 315 | 0 | 112 | 21 | 4 | 471 | 133 | 75 |
| Binary | 11110110 | 111111 | 11001101 | 0 | 1001010 | 10001 | 100 | 100111001 | 1011011 | 111101 |
Color Harmonies of #F63FCD
Complementary color
Monochromatic Colors of #F63FCD
Black with #F63FCD
Text Example
Text Example
White with #F63FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63FCD; }
p { color: rgb(246,63,205); }
H1.HeaderClassName
{
color: #F63FCD;
}
.AnyTagClassName
{
color: #F63FCD;
}
</style>
background-color css
<style>
a { background-color: #F63FCD; }
a { background-color: rgb(246,63,205); }
div.DivClassName
{
background-color: #F63FCD;
}
.BgClassName
{
background-color: #F63FCD;
}
</style>
border-color css
<style>
span { border-color: #F63FCD; }
span { border-color: rgb(246,63,205); }
td.TdClassName
{
border-color: #F63FCD;
}
.TagClassName
{
border-color: #F63FCD;
}
</style>