Shades of Ultra Pink #FE6EFC
Tints of Ultra Pink #FE6EFC
RGB
CMYK
RGB Variations
Color information
#FE6EFC (or 0xFE6EFC) is known color: Ultra Pink. HEX triplet: FE, 6E and FC. RGB value is (254,110,252). Sum of RGB (Red+Green+Blue) = 254+110+252=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 110 (43.36% from 255 or 17.86% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6EFC is #019103. Grayscale: #A8A8A8. Windows color (decimal): -102660 or 16543486. OLE color: 16543486.
HSL color Cylindrical-coordinate representation of color #FE6EFC: hue angle of 300.83º 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 #FE6EFC is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 110 | 252 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.00 |
| HSL | 300.83º | 0.99% | 0.71% | - |
| HSV(B) | 300.83º | 0.57% | 1% | - |
| XYZ | 64.02 | 39.25 | 96.3 | - |
| YUV | 169.24 | 174.71 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 110 | 252 | 0 | 0.57 | 0.01 | 0.00 | 300.83 | 0.99 | 0.71 |
| Hex | FE | 6E | FC | 0 | 39 | 1 | 0 | 12D | 63 | 47 |
| Octal | 376 | 156 | 374 | 0 | 71 | 1 | 0 | 455 | 143 | 107 |
| Binary | 11111110 | 1101110 | 11111100 | 0 | 111001 | 1 | 0 | 100101101 | 1100011 | 1000111 |
Color Harmonies of #FE6EFC
Complementary color
Monochromatic Colors of #FE6EFC
Black with #FE6EFC
Text Example
Text Example
White with #FE6EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6EFC; }
p { color: rgb(254,110,252); }
H1.HeaderClassName
{
color: #FE6EFC;
}
.AnyTagClassName
{
color: #FE6EFC;
}
</style>
background-color css
<style>
a { background-color: #FE6EFC; }
a { background-color: rgb(254,110,252); }
div.DivClassName
{
background-color: #FE6EFC;
}
.BgClassName
{
background-color: #FE6EFC;
}
</style>
border-color css
<style>
span { border-color: #FE6EFC; }
span { border-color: rgb(254,110,252); }
td.TdClassName
{
border-color: #FE6EFC;
}
.TagClassName
{
border-color: #FE6EFC;
}
</style>