Shades of Razzle Dazzle Rose #F62FDB
Tints of Razzle Dazzle Rose #F62FDB
RGB
CMYK
RGB Variations
Color information
#F62FDB (or 0xF62FDB) is known color: Razzle Dazzle Rose. HEX triplet: F6, 2F and DB. RGB value is (246,47,219). Sum of RGB (Red+Green+Blue) = 246+47+219=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 47 (18.75% from 255 or 9.18% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 246 - color contains mainly: red. Hex color #F62FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F62FDB is #09D024. Grayscale: #7D7D7D. Windows color (decimal): -643109 or 14364662. OLE color: 14364662.
HSL color Cylindrical-coordinate representation of color #F62FDB: hue angle of 308.14º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F62FDB is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 47 | 219 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.04 |
| HSL | 308.14º | 0.92% | 0.57% | - |
| HSV(B) | 308.14º | 0.81% | 0.96% | - |
| XYZ | 51.81 | 26.74 | 69.45 | - |
| YUV | 126.11 | 180.43 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 47 | 219 | 0 | 0.81 | 0.11 | 0.04 | 308.14 | 0.92 | 0.57 |
| Hex | F6 | 2F | DB | 0 | 51 | B | 4 | 134 | 5C | 39 |
| Octal | 366 | 57 | 333 | 0 | 121 | 13 | 4 | 464 | 134 | 71 |
| Binary | 11110110 | 101111 | 11011011 | 0 | 1010001 | 1011 | 100 | 100110100 | 1011100 | 111001 |
Color Harmonies of #F62FDB
Complementary color
Monochromatic Colors of #F62FDB
Black with #F62FDB
Text Example
Text Example
White with #F62FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62FDB; }
p { color: rgb(246,47,219); }
H1.HeaderClassName
{
color: #F62FDB;
}
.AnyTagClassName
{
color: #F62FDB;
}
</style>
background-color css
<style>
a { background-color: #F62FDB; }
a { background-color: rgb(246,47,219); }
div.DivClassName
{
background-color: #F62FDB;
}
.BgClassName
{
background-color: #F62FDB;
}
</style>
border-color css
<style>
span { border-color: #F62FDB; }
span { border-color: rgb(246,47,219); }
td.TdClassName
{
border-color: #F62FDB;
}
.TagClassName
{
border-color: #F62FDB;
}
</style>