Shades of Razzle Dazzle Rose #F63DDC
Tints of Razzle Dazzle Rose #F63DDC
RGB
CMYK
RGB Variations
Color information
#F63DDC (or 0xF63DDC) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3D and DC. RGB value is (246,61,220). Sum of RGB (Red+Green+Blue) = 246+61+220=527 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.68% from 527); Green value is 61 (24.22% from 255 or 11.57% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 246 - color contains mainly: red. Hex color #F63DDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63DDC is #09C223. Grayscale: #858585. Windows color (decimal): -639524 or 14433782. OLE color: 14433782.
HSL color Cylindrical-coordinate representation of color #F63DDC: hue angle of 308.43º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F63DDC is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 61 | 220 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.04 |
| HSL | 308.43º | 0.91% | 0.6% | - |
| HSV(B) | 308.43º | 0.75% | 0.96% | - |
| XYZ | 52.59 | 28.1 | 70.36 | - |
| YUV | 134.44 | 176.29 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 61 | 220 | 0 | 0.75 | 0.11 | 0.04 | 308.43 | 0.91 | 0.6 |
| Hex | F6 | 3D | DC | 0 | 4B | B | 4 | 134 | 5B | 3C |
| Octal | 366 | 75 | 334 | 0 | 113 | 13 | 4 | 464 | 133 | 74 |
| Binary | 11110110 | 111101 | 11011100 | 0 | 1001011 | 1011 | 100 | 100110100 | 1011011 | 111100 |
Color Harmonies of #F63DDC
Complementary color
Monochromatic Colors of #F63DDC
Black with #F63DDC
Text Example
Text Example
White with #F63DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63DDC; }
p { color: rgb(246,61,220); }
H1.HeaderClassName
{
color: #F63DDC;
}
.AnyTagClassName
{
color: #F63DDC;
}
</style>
background-color css
<style>
a { background-color: #F63DDC; }
a { background-color: rgb(246,61,220); }
div.DivClassName
{
background-color: #F63DDC;
}
.BgClassName
{
background-color: #F63DDC;
}
</style>
border-color css
<style>
span { border-color: #F63DDC; }
span { border-color: rgb(246,61,220); }
td.TdClassName
{
border-color: #F63DDC;
}
.TagClassName
{
border-color: #F63DDC;
}
</style>