Shades of Razzle Dazzle Rose #F61CDF
Tints of Razzle Dazzle Rose #F61CDF
RGB
CMYK
RGB Variations
Color information
#F61CDF (or 0xF61CDF) is known color: Razzle Dazzle Rose. HEX triplet: F6, 1C and DF. RGB value is (246,28,223). Sum of RGB (Red+Green+Blue) = 246+28+223=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 28 (11.33% from 255 or 5.63% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F61CDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61CDF is #09E320. Grayscale: #727272. Windows color (decimal): -647969 or 14621942. OLE color: 14621942.
HSL color Cylindrical-coordinate representation of color #F61CDF: hue angle of 306.33º 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 #F61CDF is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 28 | 223 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.04 |
| HSL | 306.33º | 0.92% | 0.54% | - |
| HSV(B) | 306.33º | 0.89% | 0.96% | - |
| XYZ | 51.74 | 25.75 | 72.06 | - |
| YUV | 115.41 | 188.72 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 28 | 223 | 0 | 0.89 | 0.09 | 0.04 | 306.33 | 0.92 | 0.54 |
| Hex | F6 | 1C | DF | 0 | 59 | 9 | 4 | 132 | 5C | 36 |
| Octal | 366 | 34 | 337 | 0 | 131 | 11 | 4 | 462 | 134 | 66 |
| Binary | 11110110 | 11100 | 11011111 | 0 | 1011001 | 1001 | 100 | 100110010 | 1011100 | 110110 |
Color Harmonies of #F61CDF
Complementary color
Monochromatic Colors of #F61CDF
Black with #F61CDF
Text Example
Text Example
White with #F61CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61CDF; }
p { color: rgb(246,28,223); }
H1.HeaderClassName
{
color: #F61CDF;
}
.AnyTagClassName
{
color: #F61CDF;
}
</style>
background-color css
<style>
a { background-color: #F61CDF; }
a { background-color: rgb(246,28,223); }
div.DivClassName
{
background-color: #F61CDF;
}
.BgClassName
{
background-color: #F61CDF;
}
</style>
border-color css
<style>
span { border-color: #F61CDF; }
span { border-color: rgb(246,28,223); }
td.TdClassName
{
border-color: #F61CDF;
}
.TagClassName
{
border-color: #F61CDF;
}
</style>