Shades of Ultra Pink #FE6DFF
Tints of Ultra Pink #FE6DFF
RGB
CMYK
RGB Variations
Color information
#FE6DFF (or 0xFE6DFF) is known color: Ultra Pink. HEX triplet: FE, 6D and FF. RGB value is (254,109,255). Sum of RGB (Red+Green+Blue) = 254+109+255=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 109 (42.97% from 255 or 17.64% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE6DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6DFF is #019200. Grayscale: #A8A8A8. Windows color (decimal): -102913 or 16739838. OLE color: 16739838.
HSL color Cylindrical-coordinate representation of color #FE6DFF: hue angle of 299.59º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE6DFF is Cyan = 0.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 109 | 255 | - |
| CMYK | 0.00 | 0.57 | 0 | 0 |
| HSL | 299.59º | 1% | 0.71% | - |
| HSV(B) | 299.59º | 0.57% | 1% | - |
| XYZ | 64.39 | 39.23 | 98.79 | - |
| YUV | 169 | 176.54 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 109 | 255 | 0.00 | 0.57 | 0 | 0 | 299.59 | 1 | 0.71 |
| Hex | FE | 6D | FF | 0 | 39 | 0 | 0 | 12C | 64 | 47 |
| Octal | 376 | 155 | 377 | 0 | 71 | 0 | 0 | 454 | 144 | 107 |
| Binary | 11111110 | 1101101 | 11111111 | 0 | 111001 | 0 | 0 | 100101100 | 1100100 | 1000111 |
Color Harmonies of #FE6DFF
Complementary color
Monochromatic Colors of #FE6DFF
Black with #FE6DFF
Text Example
Text Example
White with #FE6DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6DFF; }
p { color: rgb(254,109,255); }
H1.HeaderClassName
{
color: #FE6DFF;
}
.AnyTagClassName
{
color: #FE6DFF;
}
</style>
background-color css
<style>
a { background-color: #FE6DFF; }
a { background-color: rgb(254,109,255); }
div.DivClassName
{
background-color: #FE6DFF;
}
.BgClassName
{
background-color: #FE6DFF;
}
</style>
border-color css
<style>
span { border-color: #FE6DFF; }
span { border-color: rgb(254,109,255); }
td.TdClassName
{
border-color: #FE6DFF;
}
.TagClassName
{
border-color: #FE6DFF;
}
</style>