Shades of Ultra Pink #FE6EFE
Tints of Ultra Pink #FE6EFE
RGB
CMYK
RGB Variations
Color information
#FE6EFE (or 0xFE6EFE) is known color: Ultra Pink. HEX triplet: FE, 6E and FE. RGB value is (254,110,254). Sum of RGB (Red+Green+Blue) = 254+110+254=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 110 (43.36% from 255 or 17.80% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE6EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6EFE is #019101. Grayscale: #A9A9A9. Windows color (decimal): -102658 or 16674558. OLE color: 16674558.
HSL color Cylindrical-coordinate representation of color #FE6EFE: hue angle of 300º 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 #FE6EFE is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 110 | 254 | - |
| CMYK | 0 | 0.57 | 0 | 0.00 |
| HSL | 300º | 0.99% | 0.71% | - |
| HSV(B) | 300º | 0.57% | 1% | - |
| XYZ | 64.34 | 39.38 | 97.98 | - |
| YUV | 169.47 | 175.71 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 110 | 254 | 0 | 0.57 | 0 | 0.00 | 300 | 0.99 | 0.71 |
| Hex | FE | 6E | FE | 0 | 39 | 0 | 0 | 12C | 63 | 47 |
| Octal | 376 | 156 | 376 | 0 | 71 | 0 | 0 | 454 | 143 | 107 |
| Binary | 11111110 | 1101110 | 11111110 | 0 | 111001 | 0 | 0 | 100101100 | 1100011 | 1000111 |
Color Harmonies of #FE6EFE
Complementary color
Monochromatic Colors of #FE6EFE
Black with #FE6EFE
Text Example
Text Example
White with #FE6EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6EFE; }
p { color: rgb(254,110,254); }
H1.HeaderClassName
{
color: #FE6EFE;
}
.AnyTagClassName
{
color: #FE6EFE;
}
</style>
background-color css
<style>
a { background-color: #FE6EFE; }
a { background-color: rgb(254,110,254); }
div.DivClassName
{
background-color: #FE6EFE;
}
.BgClassName
{
background-color: #FE6EFE;
}
</style>
border-color css
<style>
span { border-color: #FE6EFE; }
span { border-color: rgb(254,110,254); }
td.TdClassName
{
border-color: #FE6EFE;
}
.TagClassName
{
border-color: #FE6EFE;
}
</style>