Shades of Razzle Dazzle Rose #F63ADB
Tints of Razzle Dazzle Rose #F63ADB
RGB
CMYK
RGB Variations
Color information
#F63ADB (or 0xF63ADB) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3A and DB. RGB value is (246,58,219). Sum of RGB (Red+Green+Blue) = 246+58+219=523 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.04% from 523); Green value is 58 (23.05% from 255 or 11.09% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 246 - color contains mainly: red. Hex color #F63ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63ADB is #09C524. Grayscale: #848484. Windows color (decimal): -640293 or 14367478. OLE color: 14367478.
HSL color Cylindrical-coordinate representation of color #F63ADB: hue angle of 308.62º 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 #F63ADB is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 58 | 219 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.04 |
| HSL | 308.62º | 0.91% | 0.6% | - |
| HSV(B) | 308.62º | 0.76% | 0.96% | - |
| XYZ | 52.31 | 27.73 | 69.61 | - |
| YUV | 132.57 | 176.78 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 58 | 219 | 0 | 0.76 | 0.11 | 0.04 | 308.62 | 0.91 | 0.6 |
| Hex | F6 | 3A | DB | 0 | 4C | B | 4 | 135 | 5B | 3C |
| Octal | 366 | 72 | 333 | 0 | 114 | 13 | 4 | 465 | 133 | 74 |
| Binary | 11110110 | 111010 | 11011011 | 0 | 1001100 | 1011 | 100 | 100110101 | 1011011 | 111100 |
Color Harmonies of #F63ADB
Complementary color
Monochromatic Colors of #F63ADB
Black with #F63ADB
Text Example
Text Example
White with #F63ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63ADB; }
p { color: rgb(246,58,219); }
H1.HeaderClassName
{
color: #F63ADB;
}
.AnyTagClassName
{
color: #F63ADB;
}
</style>
background-color css
<style>
a { background-color: #F63ADB; }
a { background-color: rgb(246,58,219); }
div.DivClassName
{
background-color: #F63ADB;
}
.BgClassName
{
background-color: #F63ADB;
}
</style>
border-color css
<style>
span { border-color: #F63ADB; }
span { border-color: rgb(246,58,219); }
td.TdClassName
{
border-color: #F63ADB;
}
.TagClassName
{
border-color: #F63ADB;
}
</style>