Shades of Razzle Dazzle Rose #F63ACD
Tints of Razzle Dazzle Rose #F63ACD
RGB
CMYK
RGB Variations
Color information
#F63ACD (or 0xF63ACD) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3A and CD. RGB value is (246,58,205). Sum of RGB (Red+Green+Blue) = 246+58+205=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 58 (23.05% from 255 or 11.39% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F63ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63ACD is #09C532. Grayscale: #828282. Windows color (decimal): -640307 or 13449974. OLE color: 13449974.
HSL color Cylindrical-coordinate representation of color #F63ACD: hue angle of 313.09º 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 #F63ACD is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 58 | 205 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.04 |
| HSL | 313.09º | 0.91% | 0.6% | - |
| HSV(B) | 313.09º | 0.76% | 0.96% | - |
| XYZ | 50.54 | 27.03 | 60.31 | - |
| YUV | 130.97 | 169.78 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 58 | 205 | 0 | 0.76 | 0.17 | 0.04 | 313.09 | 0.91 | 0.6 |
| Hex | F6 | 3A | CD | 0 | 4C | 11 | 4 | 139 | 5B | 3C |
| Octal | 366 | 72 | 315 | 0 | 114 | 21 | 4 | 471 | 133 | 74 |
| Binary | 11110110 | 111010 | 11001101 | 0 | 1001100 | 10001 | 100 | 100111001 | 1011011 | 111100 |
Color Harmonies of #F63ACD
Complementary color
Monochromatic Colors of #F63ACD
Black with #F63ACD
Text Example
Text Example
White with #F63ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63ACD; }
p { color: rgb(246,58,205); }
H1.HeaderClassName
{
color: #F63ACD;
}
.AnyTagClassName
{
color: #F63ACD;
}
</style>
background-color css
<style>
a { background-color: #F63ACD; }
a { background-color: rgb(246,58,205); }
div.DivClassName
{
background-color: #F63ACD;
}
.BgClassName
{
background-color: #F63ACD;
}
</style>
border-color css
<style>
span { border-color: #F63ACD; }
span { border-color: rgb(246,58,205); }
td.TdClassName
{
border-color: #F63ACD;
}
.TagClassName
{
border-color: #F63ACD;
}
</style>