Shades of Razzle Dazzle Rose #F61CE2
Tints of Razzle Dazzle Rose #F61CE2
RGB
CMYK
RGB Variations
Color information
#F61CE2 (or 0xF61CE2) is known color: Razzle Dazzle Rose. HEX triplet: F6, 1C and E2. RGB value is (246,28,226). Sum of RGB (Red+Green+Blue) = 246+28+226=500 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.2% from 500); Green value is 28 (11.33% from 255 or 5.6% from 500); Blue value is 226 (88.67% from 255 or 45.2% from 500); Max value from RGB is 246 - color contains mainly: red. Hex color #F61CE2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61CE2 is #09E31D. Grayscale: #737373. Windows color (decimal): -647966 or 14818550. OLE color: 14818550.
HSL color Cylindrical-coordinate representation of color #F61CE2: hue angle of 305.5º 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 #F61CE2 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 28 | 226 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.04 |
| HSL | 305.5º | 0.92% | 0.54% | - |
| HSV(B) | 305.5º | 0.89% | 0.96% | - |
| XYZ | 52.15 | 25.91 | 74.2 | - |
| YUV | 115.75 | 190.22 | 220.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 28 | 226 | 0 | 0.89 | 0.08 | 0.04 | 305.5 | 0.92 | 0.54 |
| Hex | F6 | 1C | E2 | 0 | 59 | 8 | 4 | 132 | 5C | 36 |
| Octal | 366 | 34 | 342 | 0 | 131 | 10 | 4 | 462 | 134 | 66 |
| Binary | 11110110 | 11100 | 11100010 | 0 | 1011001 | 1000 | 100 | 100110010 | 1011100 | 110110 |
Color Harmonies of #F61CE2
Complementary color
Monochromatic Colors of #F61CE2
Black with #F61CE2
Text Example
Text Example
White with #F61CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61CE2; }
p { color: rgb(246,28,226); }
H1.HeaderClassName
{
color: #F61CE2;
}
.AnyTagClassName
{
color: #F61CE2;
}
</style>
background-color css
<style>
a { background-color: #F61CE2; }
a { background-color: rgb(246,28,226); }
div.DivClassName
{
background-color: #F61CE2;
}
.BgClassName
{
background-color: #F61CE2;
}
</style>
border-color css
<style>
span { border-color: #F61CE2; }
span { border-color: rgb(246,28,226); }
td.TdClassName
{
border-color: #F61CE2;
}
.TagClassName
{
border-color: #F61CE2;
}
</style>