Shades of Razzle Dazzle Rose #F63FDB
Tints of Razzle Dazzle Rose #F63FDB
RGB
CMYK
RGB Variations
Color information
#F63FDB (or 0xF63FDB) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3F and DB. RGB value is (246,63,219). Sum of RGB (Red+Green+Blue) = 246+63+219=528 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.59% from 528); Green value is 63 (25% from 255 or 11.93% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 246 - color contains mainly: red. Hex color #F63FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63FDB is #09C024. Grayscale: #878787. Windows color (decimal): -639013 or 14368758. OLE color: 14368758.
HSL color Cylindrical-coordinate representation of color #F63FDB: hue angle of 308.85º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F63FDB is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 63 | 219 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.04 |
| HSL | 308.85º | 0.91% | 0.61% | - |
| HSV(B) | 308.85º | 0.74% | 0.96% | - |
| XYZ | 52.57 | 28.26 | 69.7 | - |
| YUV | 135.5 | 175.13 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 63 | 219 | 0 | 0.74 | 0.11 | 0.04 | 308.85 | 0.91 | 0.61 |
| Hex | F6 | 3F | DB | 0 | 4A | B | 4 | 135 | 5B | 3D |
| Octal | 366 | 77 | 333 | 0 | 112 | 13 | 4 | 465 | 133 | 75 |
| Binary | 11110110 | 111111 | 11011011 | 0 | 1001010 | 1011 | 100 | 100110101 | 1011011 | 111101 |
Color Harmonies of #F63FDB
Complementary color
Monochromatic Colors of #F63FDB
Black with #F63FDB
Text Example
Text Example
White with #F63FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63FDB; }
p { color: rgb(246,63,219); }
H1.HeaderClassName
{
color: #F63FDB;
}
.AnyTagClassName
{
color: #F63FDB;
}
</style>
background-color css
<style>
a { background-color: #F63FDB; }
a { background-color: rgb(246,63,219); }
div.DivClassName
{
background-color: #F63FDB;
}
.BgClassName
{
background-color: #F63FDB;
}
</style>
border-color css
<style>
span { border-color: #F63FDB; }
span { border-color: rgb(246,63,219); }
td.TdClassName
{
border-color: #F63FDB;
}
.TagClassName
{
border-color: #F63FDB;
}
</style>