Shades of Razzle Dazzle Rose #F61BDD
Tints of Razzle Dazzle Rose #F61BDD
RGB
CMYK
RGB Variations
Color information
#F61BDD (or 0xF61BDD) is known color: Razzle Dazzle Rose. HEX triplet: F6, 1B and DD. RGB value is (246,27,221). Sum of RGB (Red+Green+Blue) = 246+27+221=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 27 (10.94% from 255 or 5.47% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F61BDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61BDD is #09E422. Grayscale: #727272. Windows color (decimal): -648227 or 14490614. OLE color: 14490614.
HSL color Cylindrical-coordinate representation of color #F61BDD: hue angle of 306.85º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61BDD is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 27 | 221 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.04 |
| HSL | 306.85º | 0.92% | 0.54% | - |
| HSV(B) | 306.85º | 0.89% | 0.96% | - |
| XYZ | 51.45 | 25.6 | 70.64 | - |
| YUV | 114.6 | 188.05 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 27 | 221 | 0 | 0.89 | 0.10 | 0.04 | 306.85 | 0.92 | 0.54 |
| Hex | F6 | 1B | DD | 0 | 59 | A | 4 | 133 | 5C | 36 |
| Octal | 366 | 33 | 335 | 0 | 131 | 12 | 4 | 463 | 134 | 66 |
| Binary | 11110110 | 11011 | 11011101 | 0 | 1011001 | 1010 | 100 | 100110011 | 1011100 | 110110 |
Color Harmonies of #F61BDD
Complementary color
Monochromatic Colors of #F61BDD
Black with #F61BDD
Text Example
Text Example
White with #F61BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61BDD; }
p { color: rgb(246,27,221); }
H1.HeaderClassName
{
color: #F61BDD;
}
.AnyTagClassName
{
color: #F61BDD;
}
</style>
background-color css
<style>
a { background-color: #F61BDD; }
a { background-color: rgb(246,27,221); }
div.DivClassName
{
background-color: #F61BDD;
}
.BgClassName
{
background-color: #F61BDD;
}
</style>
border-color css
<style>
span { border-color: #F61BDD; }
span { border-color: rgb(246,27,221); }
td.TdClassName
{
border-color: #F61BDD;
}
.TagClassName
{
border-color: #F61BDD;
}
</style>