Shades of Razzle Dazzle Rose #F63AD1
Tints of Razzle Dazzle Rose #F63AD1
RGB
CMYK
RGB Variations
Color information
#F63AD1 (or 0xF63AD1) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3A and D1. RGB value is (246,58,209). Sum of RGB (Red+Green+Blue) = 246+58+209=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 58 (23.05% from 255 or 11.31% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 246 - color contains mainly: red. Hex color #F63AD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63AD1 is #09C52E. Grayscale: #838383. Windows color (decimal): -640303 or 13712118. OLE color: 13712118.
HSL color Cylindrical-coordinate representation of color #F63AD1: hue angle of 311.81º 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 #F63AD1 is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 58 | 209 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.04 |
| HSL | 311.81º | 0.91% | 0.6% | - |
| HSV(B) | 311.81º | 0.76% | 0.96% | - |
| XYZ | 51.03 | 27.22 | 62.89 | - |
| YUV | 131.43 | 171.78 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 58 | 209 | 0 | 0.76 | 0.15 | 0.04 | 311.81 | 0.91 | 0.6 |
| Hex | F6 | 3A | D1 | 0 | 4C | F | 4 | 138 | 5B | 3C |
| Octal | 366 | 72 | 321 | 0 | 114 | 17 | 4 | 470 | 133 | 74 |
| Binary | 11110110 | 111010 | 11010001 | 0 | 1001100 | 1111 | 100 | 100111000 | 1011011 | 111100 |
Color Harmonies of #F63AD1
Complementary color
Monochromatic Colors of #F63AD1
Black with #F63AD1
Text Example
Text Example
White with #F63AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63AD1; }
p { color: rgb(246,58,209); }
H1.HeaderClassName
{
color: #F63AD1;
}
.AnyTagClassName
{
color: #F63AD1;
}
</style>
background-color css
<style>
a { background-color: #F63AD1; }
a { background-color: rgb(246,58,209); }
div.DivClassName
{
background-color: #F63AD1;
}
.BgClassName
{
background-color: #F63AD1;
}
</style>
border-color css
<style>
span { border-color: #F63AD1; }
span { border-color: rgb(246,58,209); }
td.TdClassName
{
border-color: #F63AD1;
}
.TagClassName
{
border-color: #F63AD1;
}
</style>