Shades of Razzle Dazzle Rose #F61FDB
Tints of Razzle Dazzle Rose #F61FDB
RGB
CMYK
RGB Variations
Color information
#F61FDB (or 0xF61FDB) is known color: Razzle Dazzle Rose. HEX triplet: F6, 1F and DB. RGB value is (246,31,219). Sum of RGB (Red+Green+Blue) = 246+31+219=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 31 (12.5% from 255 or 6.25% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F61FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61FDB is #09E024. Grayscale: #747474. Windows color (decimal): -647205 or 14360566. OLE color: 14360566.
HSL color Cylindrical-coordinate representation of color #F61FDB: hue angle of 307.53º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F61FDB is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 31 | 219 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.04 |
| HSL | 307.53º | 0.92% | 0.54% | - |
| HSV(B) | 307.53º | 0.87% | 0.96% | - |
| XYZ | 51.28 | 25.69 | 69.27 | - |
| YUV | 116.72 | 185.73 | 220.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 31 | 219 | 0 | 0.87 | 0.11 | 0.04 | 307.53 | 0.92 | 0.54 |
| Hex | F6 | 1F | DB | 0 | 57 | B | 4 | 134 | 5C | 36 |
| Octal | 366 | 37 | 333 | 0 | 127 | 13 | 4 | 464 | 134 | 66 |
| Binary | 11110110 | 11111 | 11011011 | 0 | 1010111 | 1011 | 100 | 100110100 | 1011100 | 110110 |
Color Harmonies of #F61FDB
Complementary color
Monochromatic Colors of #F61FDB
Black with #F61FDB
Text Example
Text Example
White with #F61FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61FDB; }
p { color: rgb(246,31,219); }
H1.HeaderClassName
{
color: #F61FDB;
}
.AnyTagClassName
{
color: #F61FDB;
}
</style>
background-color css
<style>
a { background-color: #F61FDB; }
a { background-color: rgb(246,31,219); }
div.DivClassName
{
background-color: #F61FDB;
}
.BgClassName
{
background-color: #F61FDB;
}
</style>
border-color css
<style>
span { border-color: #F61FDB; }
span { border-color: rgb(246,31,219); }
td.TdClassName
{
border-color: #F61FDB;
}
.TagClassName
{
border-color: #F61FDB;
}
</style>