Shades of Razzle Dazzle Rose #F63CED
Tints of Razzle Dazzle Rose #F63CED
RGB
CMYK
RGB Variations
Color information
#F63CED (or 0xF63CED) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3C and ED. RGB value is (246,60,237). Sum of RGB (Red+Green+Blue) = 246+60+237=543 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.30% from 543); Green value is 60 (23.83% from 255 or 11.05% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 246 - color contains mainly: red. Hex color #F63CED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F63CED is #09C312. Grayscale: #878787. Windows color (decimal): -639763 or 15547638. OLE color: 15547638.
HSL color Cylindrical-coordinate representation of color #F63CED: hue angle of 302.9º 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 #F63CED is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 60 | 237 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.04 |
| HSL | 302.9º | 0.91% | 0.6% | - |
| HSV(B) | 302.9º | 0.76% | 0.96% | - |
| XYZ | 54.91 | 28.94 | 82.81 | - |
| YUV | 135.79 | 185.12 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 60 | 237 | 0 | 0.76 | 0.04 | 0.04 | 302.9 | 0.91 | 0.6 |
| Hex | F6 | 3C | ED | 0 | 4C | 4 | 4 | 12F | 5B | 3C |
| Octal | 366 | 74 | 355 | 0 | 114 | 4 | 4 | 457 | 133 | 74 |
| Binary | 11110110 | 111100 | 11101101 | 0 | 1001100 | 100 | 100 | 100101111 | 1011011 | 111100 |
Color Harmonies of #F63CED
Complementary color
Monochromatic Colors of #F63CED
Black with #F63CED
Text Example
Text Example
White with #F63CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63CED; }
p { color: rgb(246,60,237); }
H1.HeaderClassName
{
color: #F63CED;
}
.AnyTagClassName
{
color: #F63CED;
}
</style>
background-color css
<style>
a { background-color: #F63CED; }
a { background-color: rgb(246,60,237); }
div.DivClassName
{
background-color: #F63CED;
}
.BgClassName
{
background-color: #F63CED;
}
</style>
border-color css
<style>
span { border-color: #F63CED; }
span { border-color: rgb(246,60,237); }
td.TdClassName
{
border-color: #F63CED;
}
.TagClassName
{
border-color: #F63CED;
}
</style>