Shades of Razzle Dazzle Rose #F62BDB
Tints of Razzle Dazzle Rose #F62BDB
RGB
CMYK
RGB Variations
Color information
#F62BDB (or 0xF62BDB) is known color: Razzle Dazzle Rose. HEX triplet: F6, 2B and DB. RGB value is (246,43,219). Sum of RGB (Red+Green+Blue) = 246+43+219=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 43 (17.19% from 255 or 8.46% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F62BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F62BDB is #09D424. Grayscale: #7B7B7B. Windows color (decimal): -644133 or 14363638. OLE color: 14363638.
HSL color Cylindrical-coordinate representation of color #F62BDB: hue angle of 307.98º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F62BDB is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 43 | 219 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.04 |
| HSL | 307.98º | 0.92% | 0.57% | - |
| HSV(B) | 307.98º | 0.83% | 0.96% | - |
| XYZ | 51.66 | 26.44 | 69.4 | - |
| YUV | 123.76 | 181.75 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 43 | 219 | 0 | 0.83 | 0.11 | 0.04 | 307.98 | 0.92 | 0.57 |
| Hex | F6 | 2B | DB | 0 | 53 | B | 4 | 134 | 5C | 39 |
| Octal | 366 | 53 | 333 | 0 | 123 | 13 | 4 | 464 | 134 | 71 |
| Binary | 11110110 | 101011 | 11011011 | 0 | 1010011 | 1011 | 100 | 100110100 | 1011100 | 111001 |
Color Harmonies of #F62BDB
Complementary color
Monochromatic Colors of #F62BDB
Black with #F62BDB
Text Example
Text Example
White with #F62BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62BDB; }
p { color: rgb(246,43,219); }
H1.HeaderClassName
{
color: #F62BDB;
}
.AnyTagClassName
{
color: #F62BDB;
}
</style>
background-color css
<style>
a { background-color: #F62BDB; }
a { background-color: rgb(246,43,219); }
div.DivClassName
{
background-color: #F62BDB;
}
.BgClassName
{
background-color: #F62BDB;
}
</style>
border-color css
<style>
span { border-color: #F62BDB; }
span { border-color: rgb(246,43,219); }
td.TdClassName
{
border-color: #F62BDB;
}
.TagClassName
{
border-color: #F62BDB;
}
</style>