Shades of Razzle Dazzle Rose #F61BDC
Tints of Razzle Dazzle Rose #F61BDC
RGB
CMYK
RGB Variations
Color information
#F61BDC (or 0xF61BDC) is known color: Razzle Dazzle Rose. HEX triplet: F6, 1B and DC. RGB value is (246,27,220). Sum of RGB (Red+Green+Blue) = 246+27+220=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 27 (10.94% from 255 or 5.48% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F61BDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61BDC is #09E423. Grayscale: #717171. Windows color (decimal): -648228 or 14425078. OLE color: 14425078.
HSL color Cylindrical-coordinate representation of color #F61BDC: hue angle of 307.12º 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 #F61BDC is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 27 | 220 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.04 |
| HSL | 307.12º | 0.92% | 0.54% | - |
| HSV(B) | 307.12º | 0.89% | 0.96% | - |
| XYZ | 51.32 | 25.54 | 69.94 | - |
| YUV | 114.48 | 187.55 | 221.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 27 | 220 | 0 | 0.89 | 0.11 | 0.04 | 307.12 | 0.92 | 0.54 |
| Hex | F6 | 1B | DC | 0 | 59 | B | 4 | 133 | 5C | 36 |
| Octal | 366 | 33 | 334 | 0 | 131 | 13 | 4 | 463 | 134 | 66 |
| Binary | 11110110 | 11011 | 11011100 | 0 | 1011001 | 1011 | 100 | 100110011 | 1011100 | 110110 |
Color Harmonies of #F61BDC
Complementary color
Monochromatic Colors of #F61BDC
Black with #F61BDC
Text Example
Text Example
White with #F61BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61BDC; }
p { color: rgb(246,27,220); }
H1.HeaderClassName
{
color: #F61BDC;
}
.AnyTagClassName
{
color: #F61BDC;
}
</style>
background-color css
<style>
a { background-color: #F61BDC; }
a { background-color: rgb(246,27,220); }
div.DivClassName
{
background-color: #F61BDC;
}
.BgClassName
{
background-color: #F61BDC;
}
</style>
border-color css
<style>
span { border-color: #F61BDC; }
span { border-color: rgb(246,27,220); }
td.TdClassName
{
border-color: #F61BDC;
}
.TagClassName
{
border-color: #F61BDC;
}
</style>