Shades of Ultra Pink #FE6EFF
Tints of Ultra Pink #FE6EFF
RGB
CMYK
RGB Variations
Color information
#FE6EFF (or 0xFE6EFF) is known color: Ultra Pink. HEX triplet: FE, 6E and FF. RGB value is (254,110,255). Sum of RGB (Red+Green+Blue) = 254+110+255=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 110 (43.36% from 255 or 17.77% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE6EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6EFF is #019100. Grayscale: #A9A9A9. Windows color (decimal): -102657 or 16740094. OLE color: 16740094.
HSL color Cylindrical-coordinate representation of color #FE6EFF: hue angle of 299.59º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE6EFF is Cyan = 0.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 110 | 255 | - |
| CMYK | 0.00 | 0.57 | 0 | 0 |
| HSL | 299.59º | 1% | 0.72% | - |
| HSV(B) | 299.59º | 0.57% | 1% | - |
| XYZ | 64.5 | 39.44 | 98.82 | - |
| YUV | 169.59 | 176.21 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 110 | 255 | 0.00 | 0.57 | 0 | 0 | 299.59 | 1 | 0.72 |
| Hex | FE | 6E | FF | 0 | 39 | 0 | 0 | 12C | 64 | 48 |
| Octal | 376 | 156 | 377 | 0 | 71 | 0 | 0 | 454 | 144 | 110 |
| Binary | 11111110 | 1101110 | 11111111 | 0 | 111001 | 0 | 0 | 100101100 | 1100100 | 1001000 |
Color Harmonies of #FE6EFF
Complementary color
Monochromatic Colors of #FE6EFF
Black with #FE6EFF
Text Example
Text Example
White with #FE6EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6EFF; }
p { color: rgb(254,110,255); }
H1.HeaderClassName
{
color: #FE6EFF;
}
.AnyTagClassName
{
color: #FE6EFF;
}
</style>
background-color css
<style>
a { background-color: #FE6EFF; }
a { background-color: rgb(254,110,255); }
div.DivClassName
{
background-color: #FE6EFF;
}
.BgClassName
{
background-color: #FE6EFF;
}
</style>
border-color css
<style>
span { border-color: #FE6EFF; }
span { border-color: rgb(254,110,255); }
td.TdClassName
{
border-color: #FE6EFF;
}
.TagClassName
{
border-color: #FE6EFF;
}
</style>