Shades of Ultra Pink #F06EFE
Tints of Ultra Pink #F06EFE
RGB
CMYK
RGB Variations
Color information
#F06EFE (or 0xF06EFE) is known color: Ultra Pink. HEX triplet: F0, 6E and FE. RGB value is (240,110,254). Sum of RGB (Red+Green+Blue) = 240+110+254=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 110 (43.36% from 255 or 18.21% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #F06EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06EFE is #0F9101. Grayscale: #A4A4A4. Windows color (decimal): -1020162 or 16674544. OLE color: 16674544.
HSL color Cylindrical-coordinate representation of color #F06EFE: hue angle of 294.17º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F06EFE is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 110 | 254 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.00 |
| HSL | 294.17º | 0.99% | 0.71% | - |
| HSV(B) | 294.17º | 0.57% | 1% | - |
| XYZ | 59.4 | 36.83 | 97.74 | - |
| YUV | 165.29 | 178.07 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 110 | 254 | 0.06 | 0.57 | 0 | 0.00 | 294.17 | 0.99 | 0.71 |
| Hex | F0 | 6E | FE | 6 | 39 | 0 | 0 | 126 | 63 | 47 |
| Octal | 360 | 156 | 376 | 6 | 71 | 0 | 0 | 446 | 143 | 107 |
| Binary | 11110000 | 1101110 | 11111110 | 110 | 111001 | 0 | 0 | 100100110 | 1100011 | 1000111 |
Color Harmonies of #F06EFE
Complementary color
Monochromatic Colors of #F06EFE
Black with #F06EFE
Text Example
Text Example
White with #F06EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06EFE; }
p { color: rgb(240,110,254); }
H1.HeaderClassName
{
color: #F06EFE;
}
.AnyTagClassName
{
color: #F06EFE;
}
</style>
background-color css
<style>
a { background-color: #F06EFE; }
a { background-color: rgb(240,110,254); }
div.DivClassName
{
background-color: #F06EFE;
}
.BgClassName
{
background-color: #F06EFE;
}
</style>
border-color css
<style>
span { border-color: #F06EFE; }
span { border-color: rgb(240,110,254); }
td.TdClassName
{
border-color: #F06EFE;
}
.TagClassName
{
border-color: #F06EFE;
}
</style>