Shades of Ultra Pink #FE6DEF
Tints of Ultra Pink #FE6DEF
RGB
CMYK
RGB Variations
Color information
#FE6DEF (or 0xFE6DEF) is known color: Ultra Pink. HEX triplet: FE, 6D and EF. RGB value is (254,109,239). Sum of RGB (Red+Green+Blue) = 254+109+239=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 109 (42.97% from 255 or 18.11% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6DEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6DEF is #019210. Grayscale: #A6A6A6. Windows color (decimal): -102929 or 15691262. OLE color: 15691262.
HSL color Cylindrical-coordinate representation of color #FE6DEF: hue angle of 306.21º 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 #FE6DEF is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 109 | 239 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.00 |
| HSL | 306.21º | 0.99% | 0.71% | - |
| HSV(B) | 306.21º | 0.57% | 1% | - |
| XYZ | 61.92 | 38.24 | 85.78 | - |
| YUV | 167.18 | 168.54 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 109 | 239 | 0 | 0.57 | 0.06 | 0.00 | 306.21 | 0.99 | 0.71 |
| Hex | FE | 6D | EF | 0 | 39 | 6 | 0 | 132 | 63 | 47 |
| Octal | 376 | 155 | 357 | 0 | 71 | 6 | 0 | 462 | 143 | 107 |
| Binary | 11111110 | 1101101 | 11101111 | 0 | 111001 | 110 | 0 | 100110010 | 1100011 | 1000111 |
Color Harmonies of #FE6DEF
Complementary color
Monochromatic Colors of #FE6DEF
Black with #FE6DEF
Text Example
Text Example
White with #FE6DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6DEF; }
p { color: rgb(254,109,239); }
H1.HeaderClassName
{
color: #FE6DEF;
}
.AnyTagClassName
{
color: #FE6DEF;
}
</style>
background-color css
<style>
a { background-color: #FE6DEF; }
a { background-color: rgb(254,109,239); }
div.DivClassName
{
background-color: #FE6DEF;
}
.BgClassName
{
background-color: #FE6DEF;
}
</style>
border-color css
<style>
span { border-color: #FE6DEF; }
span { border-color: rgb(254,109,239); }
td.TdClassName
{
border-color: #FE6DEF;
}
.TagClassName
{
border-color: #FE6DEF;
}
</style>