Shades of Ultra Pink #FE6EFD
Tints of Ultra Pink #FE6EFD
RGB
CMYK
RGB Variations
Color information
#FE6EFD (or 0xFE6EFD) is known color: Ultra Pink. HEX triplet: FE, 6E and FD. RGB value is (254,110,253). Sum of RGB (Red+Green+Blue) = 254+110+253=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 110 (43.36% from 255 or 17.83% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6EFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6EFD is #019102. Grayscale: #A8A8A8. Windows color (decimal): -102659 or 16609022. OLE color: 16609022.
HSL color Cylindrical-coordinate representation of color #FE6EFD: hue angle of 300.42º 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 #FE6EFD is Cyan = 0, Magento = 0.57, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 110 | 253 | - |
| CMYK | 0 | 0.57 | 0.00 | 0.00 |
| HSL | 300.42º | 0.99% | 0.71% | - |
| HSV(B) | 300.42º | 0.57% | 1% | - |
| XYZ | 64.18 | 39.31 | 97.13 | - |
| YUV | 169.36 | 175.21 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 110 | 253 | 0 | 0.57 | 0.00 | 0.00 | 300.42 | 0.99 | 0.71 |
| Hex | FE | 6E | FD | 0 | 39 | 0 | 0 | 12C | 63 | 47 |
| Octal | 376 | 156 | 375 | 0 | 71 | 0 | 0 | 454 | 143 | 107 |
| Binary | 11111110 | 1101110 | 11111101 | 0 | 111001 | 0 | 0 | 100101100 | 1100011 | 1000111 |
Color Harmonies of #FE6EFD
Complementary color
Monochromatic Colors of #FE6EFD
Black with #FE6EFD
Text Example
Text Example
White with #FE6EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6EFD; }
p { color: rgb(254,110,253); }
H1.HeaderClassName
{
color: #FE6EFD;
}
.AnyTagClassName
{
color: #FE6EFD;
}
</style>
background-color css
<style>
a { background-color: #FE6EFD; }
a { background-color: rgb(254,110,253); }
div.DivClassName
{
background-color: #FE6EFD;
}
.BgClassName
{
background-color: #FE6EFD;
}
</style>
border-color css
<style>
span { border-color: #FE6EFD; }
span { border-color: rgb(254,110,253); }
td.TdClassName
{
border-color: #FE6EFD;
}
.TagClassName
{
border-color: #FE6EFD;
}
</style>