Shades of Ultra Pink #F66EF2
Tints of Ultra Pink #F66EF2
RGB
CMYK
RGB Variations
Color information
#F66EF2 (or 0xF66EF2) is known color: Ultra Pink. HEX triplet: F6, 6E and F2. RGB value is (246,110,242). Sum of RGB (Red+Green+Blue) = 246+110+242=598 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.14% from 598); Green value is 110 (43.36% from 255 or 18.39% from 598); Blue value is 242 (94.92% from 255 or 40.47% from 598); Max value from RGB is 246 - color contains mainly: red. Hex color #F66EF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F66EF2 is #09910D. Grayscale: #A5A5A5. Windows color (decimal): -626958 or 15888118. OLE color: 15888118.
HSL color Cylindrical-coordinate representation of color #F66EF2: hue angle of 301.76º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F66EF2 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 110 | 242 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.04 |
| HSL | 301.76º | 0.88% | 0.7% | - |
| HSV(B) | 301.76º | 0.55% | 0.96% | - |
| XYZ | 59.61 | 37.16 | 88.03 | - |
| YUV | 165.71 | 171.06 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 110 | 242 | 0 | 0.55 | 0.02 | 0.04 | 301.76 | 0.88 | 0.7 |
| Hex | F6 | 6E | F2 | 0 | 37 | 2 | 4 | 12E | 58 | 46 |
| Octal | 366 | 156 | 362 | 0 | 67 | 2 | 4 | 456 | 130 | 106 |
| Binary | 11110110 | 1101110 | 11110010 | 0 | 110111 | 10 | 100 | 100101110 | 1011000 | 1000110 |
Color Harmonies of #F66EF2
Complementary color
Monochromatic Colors of #F66EF2
Black with #F66EF2
Text Example
Text Example
White with #F66EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66EF2; }
p { color: rgb(246,110,242); }
H1.HeaderClassName
{
color: #F66EF2;
}
.AnyTagClassName
{
color: #F66EF2;
}
</style>
background-color css
<style>
a { background-color: #F66EF2; }
a { background-color: rgb(246,110,242); }
div.DivClassName
{
background-color: #F66EF2;
}
.BgClassName
{
background-color: #F66EF2;
}
</style>
border-color css
<style>
span { border-color: #F66EF2; }
span { border-color: rgb(246,110,242); }
td.TdClassName
{
border-color: #F66EF2;
}
.TagClassName
{
border-color: #F66EF2;
}
</style>