Shades of Ultra Pink #FE6EF2
Tints of Ultra Pink #FE6EF2
RGB
CMYK
RGB Variations
Color information
#FE6EF2 (or 0xFE6EF2) is known color: Ultra Pink. HEX triplet: FE, 6E and F2. RGB value is (254,110,242). Sum of RGB (Red+Green+Blue) = 254+110+242=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 110 (43.36% from 255 or 18.15% from 606); Blue value is 242 (94.92% from 255 or 39.93% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6EF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6EF2 is #01910D. Grayscale: #A7A7A7. Windows color (decimal): -102670 or 15888126. OLE color: 15888126.
HSL color Cylindrical-coordinate representation of color #FE6EF2: hue angle of 305º 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 #FE6EF2 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 110 | 242 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.00 |
| HSL | 305º | 0.99% | 0.71% | - |
| HSV(B) | 305º | 0.57% | 1% | - |
| XYZ | 62.48 | 38.63 | 88.17 | - |
| YUV | 168.1 | 169.71 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 110 | 242 | 0 | 0.57 | 0.05 | 0.00 | 305 | 0.99 | 0.71 |
| Hex | FE | 6E | F2 | 0 | 39 | 5 | 0 | 131 | 63 | 47 |
| Octal | 376 | 156 | 362 | 0 | 71 | 5 | 0 | 461 | 143 | 107 |
| Binary | 11111110 | 1101110 | 11110010 | 0 | 111001 | 101 | 0 | 100110001 | 1100011 | 1000111 |
Color Harmonies of #FE6EF2
Complementary color
Monochromatic Colors of #FE6EF2
Black with #FE6EF2
Text Example
Text Example
White with #FE6EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6EF2; }
p { color: rgb(254,110,242); }
H1.HeaderClassName
{
color: #FE6EF2;
}
.AnyTagClassName
{
color: #FE6EF2;
}
</style>
background-color css
<style>
a { background-color: #FE6EF2; }
a { background-color: rgb(254,110,242); }
div.DivClassName
{
background-color: #FE6EF2;
}
.BgClassName
{
background-color: #FE6EF2;
}
</style>
border-color css
<style>
span { border-color: #FE6EF2; }
span { border-color: rgb(254,110,242); }
td.TdClassName
{
border-color: #FE6EF2;
}
.TagClassName
{
border-color: #FE6EF2;
}
</style>