Shades of Ultra Pink #F06EF3
Tints of Ultra Pink #F06EF3
RGB
CMYK
RGB Variations
Color information
#F06EF3 (or 0xF06EF3) is known color: Ultra Pink. HEX triplet: F0, 6E and F3. RGB value is (240,110,243). Sum of RGB (Red+Green+Blue) = 240+110+243=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 110 (43.36% from 255 or 18.55% from 593); Blue value is 243 (95.31% from 255 or 40.98% from 593); Max value from RGB is 243 - color contains mainly: blue. Hex color #F06EF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06EF3 is #0F910C. Grayscale: #A3A3A3. Windows color (decimal): -1020173 or 15953648. OLE color: 15953648.
HSL color Cylindrical-coordinate representation of color #F06EF3: hue angle of 298.65º degrees, saturation: 0.85, 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 #F06EF3 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 110 | 243 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.05 |
| HSL | 298.65º | 0.85% | 0.69% | - |
| HSV(B) | 298.65º | 0.55% | 0.95% | - |
| XYZ | 57.69 | 36.15 | 88.73 | - |
| YUV | 164.03 | 172.57 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 110 | 243 | 0.01 | 0.55 | 0 | 0.05 | 298.65 | 0.85 | 0.69 |
| Hex | F0 | 6E | F3 | 1 | 37 | 0 | 5 | 12B | 55 | 45 |
| Octal | 360 | 156 | 363 | 1 | 67 | 0 | 5 | 453 | 125 | 105 |
| Binary | 11110000 | 1101110 | 11110011 | 1 | 110111 | 0 | 101 | 100101011 | 1010101 | 1000101 |
Color Harmonies of #F06EF3
Complementary color
Monochromatic Colors of #F06EF3
Black with #F06EF3
Text Example
Text Example
White with #F06EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06EF3; }
p { color: rgb(240,110,243); }
H1.HeaderClassName
{
color: #F06EF3;
}
.AnyTagClassName
{
color: #F06EF3;
}
</style>
background-color css
<style>
a { background-color: #F06EF3; }
a { background-color: rgb(240,110,243); }
div.DivClassName
{
background-color: #F06EF3;
}
.BgClassName
{
background-color: #F06EF3;
}
</style>
border-color css
<style>
span { border-color: #F06EF3; }
span { border-color: rgb(240,110,243); }
td.TdClassName
{
border-color: #F06EF3;
}
.TagClassName
{
border-color: #F06EF3;
}
</style>