Shades of Razzle Dazzle Rose #F61CE1
Tints of Razzle Dazzle Rose #F61CE1
RGB
CMYK
RGB Variations
Color information
#F61CE1 (or 0xF61CE1) is known color: Razzle Dazzle Rose. HEX triplet: F6, 1C and E1. RGB value is (246,28,225). Sum of RGB (Red+Green+Blue) = 246+28+225=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 28 (11.33% from 255 or 5.61% from 499); Blue value is 225 (88.28% from 255 or 45.09% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F61CE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61CE1 is #09E31E. Grayscale: #737373. Windows color (decimal): -647967 or 14753014. OLE color: 14753014.
HSL color Cylindrical-coordinate representation of color #F61CE1: hue angle of 305.78º 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 #F61CE1 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 28 | 225 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.04 |
| HSL | 305.78º | 0.92% | 0.54% | - |
| HSV(B) | 305.78º | 0.89% | 0.96% | - |
| XYZ | 52.01 | 25.86 | 73.48 | - |
| YUV | 115.64 | 189.72 | 220.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 28 | 225 | 0 | 0.89 | 0.09 | 0.04 | 305.78 | 0.92 | 0.54 |
| Hex | F6 | 1C | E1 | 0 | 59 | 9 | 4 | 132 | 5C | 36 |
| Octal | 366 | 34 | 341 | 0 | 131 | 11 | 4 | 462 | 134 | 66 |
| Binary | 11110110 | 11100 | 11100001 | 0 | 1011001 | 1001 | 100 | 100110010 | 1011100 | 110110 |
Color Harmonies of #F61CE1
Complementary color
Monochromatic Colors of #F61CE1
Black with #F61CE1
Text Example
Text Example
White with #F61CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61CE1; }
p { color: rgb(246,28,225); }
H1.HeaderClassName
{
color: #F61CE1;
}
.AnyTagClassName
{
color: #F61CE1;
}
</style>
background-color css
<style>
a { background-color: #F61CE1; }
a { background-color: rgb(246,28,225); }
div.DivClassName
{
background-color: #F61CE1;
}
.BgClassName
{
background-color: #F61CE1;
}
</style>
border-color css
<style>
span { border-color: #F61CE1; }
span { border-color: rgb(246,28,225); }
td.TdClassName
{
border-color: #F61CE1;
}
.TagClassName
{
border-color: #F61CE1;
}
</style>