Shades of Razzle Dazzle Rose #F63FCC
Tints of Razzle Dazzle Rose #F63FCC
RGB
CMYK
RGB Variations
Color information
#F63FCC (or 0xF63FCC) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3F and CC. RGB value is (246,63,204). Sum of RGB (Red+Green+Blue) = 246+63+204=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 63 (25% from 255 or 12.28% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 246 - color contains mainly: red. Hex color #F63FCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63FCC is #09C033. Grayscale: #858585. Windows color (decimal): -639028 or 13385718. OLE color: 13385718.
HSL color Cylindrical-coordinate representation of color #F63FCC: hue angle of 313.77º 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 #F63FCC is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 63 | 204 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.04 |
| HSL | 313.77º | 0.91% | 0.61% | - |
| HSV(B) | 313.77º | 0.74% | 0.96% | - |
| XYZ | 50.68 | 27.51 | 59.76 | - |
| YUV | 133.79 | 167.63 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 63 | 204 | 0 | 0.74 | 0.17 | 0.04 | 313.77 | 0.91 | 0.61 |
| Hex | F6 | 3F | CC | 0 | 4A | 11 | 4 | 13A | 5B | 3D |
| Octal | 366 | 77 | 314 | 0 | 112 | 21 | 4 | 472 | 133 | 75 |
| Binary | 11110110 | 111111 | 11001100 | 0 | 1001010 | 10001 | 100 | 100111010 | 1011011 | 111101 |
Color Harmonies of #F63FCC
Complementary color
Monochromatic Colors of #F63FCC
Black with #F63FCC
Text Example
Text Example
White with #F63FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63FCC; }
p { color: rgb(246,63,204); }
H1.HeaderClassName
{
color: #F63FCC;
}
.AnyTagClassName
{
color: #F63FCC;
}
</style>
background-color css
<style>
a { background-color: #F63FCC; }
a { background-color: rgb(246,63,204); }
div.DivClassName
{
background-color: #F63FCC;
}
.BgClassName
{
background-color: #F63FCC;
}
</style>
border-color css
<style>
span { border-color: #F63FCC; }
span { border-color: rgb(246,63,204); }
td.TdClassName
{
border-color: #F63FCC;
}
.TagClassName
{
border-color: #F63FCC;
}
</style>