Shades of Ultra Pink #F06EF2
Tints of Ultra Pink #F06EF2
RGB
CMYK
RGB Variations
Color information
#F06EF2 (or 0xF06EF2) is known color: Ultra Pink. HEX triplet: F0, 6E and F2. RGB value is (240,110,242). Sum of RGB (Red+Green+Blue) = 240+110+242=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 110 (43.36% from 255 or 18.58% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 242 - color contains mainly: blue. Hex color #F06EF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06EF2 is #0F910D. Grayscale: #A3A3A3. Windows color (decimal): -1020174 or 15888112. OLE color: 15888112.
HSL color Cylindrical-coordinate representation of color #F06EF2: hue angle of 299.09º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06EF2 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 110 | 242 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.05 |
| HSL | 299.09º | 0.84% | 0.69% | - |
| HSV(B) | 299.09º | 0.55% | 0.95% | - |
| XYZ | 57.54 | 36.09 | 87.94 | - |
| YUV | 163.92 | 172.07 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 110 | 242 | 0.01 | 0.55 | 0 | 0.05 | 299.09 | 0.84 | 0.69 |
| Hex | F0 | 6E | F2 | 1 | 37 | 0 | 5 | 12B | 54 | 45 |
| Octal | 360 | 156 | 362 | 1 | 67 | 0 | 5 | 453 | 124 | 105 |
| Binary | 11110000 | 1101110 | 11110010 | 1 | 110111 | 0 | 101 | 100101011 | 1010100 | 1000101 |
Color Harmonies of #F06EF2
Complementary color
Monochromatic Colors of #F06EF2
Black with #F06EF2
Text Example
Text Example
White with #F06EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06EF2; }
p { color: rgb(240,110,242); }
H1.HeaderClassName
{
color: #F06EF2;
}
.AnyTagClassName
{
color: #F06EF2;
}
</style>
background-color css
<style>
a { background-color: #F06EF2; }
a { background-color: rgb(240,110,242); }
div.DivClassName
{
background-color: #F06EF2;
}
.BgClassName
{
background-color: #F06EF2;
}
</style>
border-color css
<style>
span { border-color: #F06EF2; }
span { border-color: rgb(240,110,242); }
td.TdClassName
{
border-color: #F06EF2;
}
.TagClassName
{
border-color: #F06EF2;
}
</style>