Shades of Ultra Pink #F86CEA
Tints of Ultra Pink #F86CEA
RGB
CMYK
RGB Variations
Color information
#F86CEA (or 0xF86CEA) is known color: Ultra Pink. HEX triplet: F8, 6C and EA. RGB value is (248,108,234). Sum of RGB (Red+Green+Blue) = 248+108+234=590 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.03% from 590); Green value is 108 (42.58% from 255 or 18.31% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 248 - color contains mainly: red. Hex color #F86CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F86CEA is #079315. Grayscale: #A3A3A3. Windows color (decimal): -496406 or 15363320. OLE color: 15363320.
HSL color Cylindrical-coordinate representation of color #F86CEA: hue angle of 306º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F86CEA is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 108 | 234 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.03 |
| HSL | 306º | 0.91% | 0.7% | - |
| HSV(B) | 306º | 0.56% | 0.97% | - |
| XYZ | 58.93 | 36.62 | 81.8 | - |
| YUV | 164.22 | 167.38 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 108 | 234 | 0 | 0.56 | 0.06 | 0.03 | 306 | 0.91 | 0.7 |
| Hex | F8 | 6C | EA | 0 | 38 | 6 | 3 | 132 | 5B | 46 |
| Octal | 370 | 154 | 352 | 0 | 70 | 6 | 3 | 462 | 133 | 106 |
| Binary | 11111000 | 1101100 | 11101010 | 0 | 111000 | 110 | 11 | 100110010 | 1011011 | 1000110 |
Color Harmonies of #F86CEA
Complementary color
Monochromatic Colors of #F86CEA
Black with #F86CEA
Text Example
Text Example
White with #F86CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86CEA; }
p { color: rgb(248,108,234); }
H1.HeaderClassName
{
color: #F86CEA;
}
.AnyTagClassName
{
color: #F86CEA;
}
</style>
background-color css
<style>
a { background-color: #F86CEA; }
a { background-color: rgb(248,108,234); }
div.DivClassName
{
background-color: #F86CEA;
}
.BgClassName
{
background-color: #F86CEA;
}
</style>
border-color css
<style>
span { border-color: #F86CEA; }
span { border-color: rgb(248,108,234); }
td.TdClassName
{
border-color: #F86CEA;
}
.TagClassName
{
border-color: #F86CEA;
}
</style>