Shades of Ultra Pink #FE6DFE
Tints of Ultra Pink #FE6DFE
RGB
CMYK
RGB Variations
Color information
#FE6DFE (or 0xFE6DFE) is known color: Ultra Pink. HEX triplet: FE, 6D and FE. RGB value is (254,109,254). Sum of RGB (Red+Green+Blue) = 254+109+254=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 109 (42.97% from 255 or 17.67% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE6DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6DFE is #019201. Grayscale: #A8A8A8. Windows color (decimal): -102914 or 16674302. OLE color: 16674302.
HSL color Cylindrical-coordinate representation of color #FE6DFE: 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 #FE6DFE is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 109 | 254 | - |
| CMYK | 0 | 0.57 | 0 | 0.00 |
| HSL | 300º | 0.99% | 0.71% | - |
| HSV(B) | 300º | 0.57% | 1% | - |
| XYZ | 64.23 | 39.16 | 97.94 | - |
| YUV | 168.89 | 176.04 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 109 | 254 | 0 | 0.57 | 0 | 0.00 | 300 | 0.99 | 0.71 |
| Hex | FE | 6D | FE | 0 | 39 | 0 | 0 | 12C | 63 | 47 |
| Octal | 376 | 155 | 376 | 0 | 71 | 0 | 0 | 454 | 143 | 107 |
| Binary | 11111110 | 1101101 | 11111110 | 0 | 111001 | 0 | 0 | 100101100 | 1100011 | 1000111 |
Color Harmonies of #FE6DFE
Complementary color
Monochromatic Colors of #FE6DFE
Black with #FE6DFE
Text Example
Text Example
White with #FE6DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6DFE; }
p { color: rgb(254,109,254); }
H1.HeaderClassName
{
color: #FE6DFE;
}
.AnyTagClassName
{
color: #FE6DFE;
}
</style>
background-color css
<style>
a { background-color: #FE6DFE; }
a { background-color: rgb(254,109,254); }
div.DivClassName
{
background-color: #FE6DFE;
}
.BgClassName
{
background-color: #FE6DFE;
}
</style>
border-color css
<style>
span { border-color: #FE6DFE; }
span { border-color: rgb(254,109,254); }
td.TdClassName
{
border-color: #FE6DFE;
}
.TagClassName
{
border-color: #FE6DFE;
}
</style>