Shades of Razzle Dazzle Rose #F63CCF
Tints of Razzle Dazzle Rose #F63CCF
RGB
CMYK
RGB Variations
Color information
#F63CCF (or 0xF63CCF) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3C and CF. RGB value is (246,60,207). Sum of RGB (Red+Green+Blue) = 246+60+207=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 60 (23.83% from 255 or 11.70% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 246 - color contains mainly: red. Hex color #F63CCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63CCF is #09C330. Grayscale: #838383. Windows color (decimal): -639793 or 13581558. OLE color: 13581558.
HSL color Cylindrical-coordinate representation of color #F63CCF: hue angle of 312.58º 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 #F63CCF is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 60 | 207 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.04 |
| HSL | 312.58º | 0.91% | 0.6% | - |
| HSV(B) | 312.58º | 0.76% | 0.96% | - |
| XYZ | 50.88 | 27.33 | 61.62 | - |
| YUV | 132.37 | 170.12 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 60 | 207 | 0 | 0.76 | 0.16 | 0.04 | 312.58 | 0.91 | 0.6 |
| Hex | F6 | 3C | CF | 0 | 4C | 10 | 4 | 139 | 5B | 3C |
| Octal | 366 | 74 | 317 | 0 | 114 | 20 | 4 | 471 | 133 | 74 |
| Binary | 11110110 | 111100 | 11001111 | 0 | 1001100 | 10000 | 100 | 100111001 | 1011011 | 111100 |
Color Harmonies of #F63CCF
Complementary color
Monochromatic Colors of #F63CCF
Black with #F63CCF
Text Example
Text Example
White with #F63CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63CCF; }
p { color: rgb(246,60,207); }
H1.HeaderClassName
{
color: #F63CCF;
}
.AnyTagClassName
{
color: #F63CCF;
}
</style>
background-color css
<style>
a { background-color: #F63CCF; }
a { background-color: rgb(246,60,207); }
div.DivClassName
{
background-color: #F63CCF;
}
.BgClassName
{
background-color: #F63CCF;
}
</style>
border-color css
<style>
span { border-color: #F63CCF; }
span { border-color: rgb(246,60,207); }
td.TdClassName
{
border-color: #F63CCF;
}
.TagClassName
{
border-color: #F63CCF;
}
</style>