Shades of Ultra Pink #F66DF2
Tints of Ultra Pink #F66DF2
RGB
CMYK
RGB Variations
Color information
#F66DF2 (or 0xF66DF2) is known color: Ultra Pink. HEX triplet: F6, 6D and F2. RGB value is (246,109,242). Sum of RGB (Red+Green+Blue) = 246+109+242=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 109 (42.97% from 255 or 18.26% from 597); Blue value is 242 (94.92% from 255 or 40.54% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F66DF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F66DF2 is #09920D. Grayscale: #A4A4A4. Windows color (decimal): -627214 or 15887862. OLE color: 15887862.
HSL color Cylindrical-coordinate representation of color #F66DF2: hue angle of 301.75º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F66DF2 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 109 | 242 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.04 |
| HSL | 301.75º | 0.88% | 0.7% | - |
| HSV(B) | 301.75º | 0.56% | 0.96% | - |
| XYZ | 59.5 | 36.94 | 88 | - |
| YUV | 165.13 | 171.39 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 109 | 242 | 0 | 0.56 | 0.02 | 0.04 | 301.75 | 0.88 | 0.7 |
| Hex | F6 | 6D | F2 | 0 | 38 | 2 | 4 | 12E | 58 | 46 |
| Octal | 366 | 155 | 362 | 0 | 70 | 2 | 4 | 456 | 130 | 106 |
| Binary | 11110110 | 1101101 | 11110010 | 0 | 111000 | 10 | 100 | 100101110 | 1011000 | 1000110 |
Color Harmonies of #F66DF2
Complementary color
Monochromatic Colors of #F66DF2
Black with #F66DF2
Text Example
Text Example
White with #F66DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66DF2; }
p { color: rgb(246,109,242); }
H1.HeaderClassName
{
color: #F66DF2;
}
.AnyTagClassName
{
color: #F66DF2;
}
</style>
background-color css
<style>
a { background-color: #F66DF2; }
a { background-color: rgb(246,109,242); }
div.DivClassName
{
background-color: #F66DF2;
}
.BgClassName
{
background-color: #F66DF2;
}
</style>
border-color css
<style>
span { border-color: #F66DF2; }
span { border-color: rgb(246,109,242); }
td.TdClassName
{
border-color: #F66DF2;
}
.TagClassName
{
border-color: #F66DF2;
}
</style>