Shades of Ultra Pink #FE6DF1
Tints of Ultra Pink #FE6DF1
RGB
CMYK
RGB Variations
Color information
#FE6DF1 (or 0xFE6DF1) is known color: Ultra Pink. HEX triplet: FE, 6D and F1. RGB value is (254,109,241). Sum of RGB (Red+Green+Blue) = 254+109+241=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 109 (42.97% from 255 or 18.05% from 604); Blue value is 241 (94.53% from 255 or 39.90% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6DF1 is #01920E. Grayscale: #A7A7A7. Windows color (decimal): -102927 or 15822334. OLE color: 15822334.
HSL color Cylindrical-coordinate representation of color #FE6DF1: hue angle of 305.38º 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 #FE6DF1 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 109 | 241 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.00 |
| HSL | 305.38º | 0.99% | 0.71% | - |
| HSV(B) | 305.38º | 0.57% | 1% | - |
| XYZ | 62.22 | 38.36 | 87.34 | - |
| YUV | 167.4 | 169.54 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 109 | 241 | 0 | 0.57 | 0.05 | 0.00 | 305.38 | 0.99 | 0.71 |
| Hex | FE | 6D | F1 | 0 | 39 | 5 | 0 | 131 | 63 | 47 |
| Octal | 376 | 155 | 361 | 0 | 71 | 5 | 0 | 461 | 143 | 107 |
| Binary | 11111110 | 1101101 | 11110001 | 0 | 111001 | 101 | 0 | 100110001 | 1100011 | 1000111 |
Color Harmonies of #FE6DF1
Complementary color
Monochromatic Colors of #FE6DF1
Black with #FE6DF1
Text Example
Text Example
White with #FE6DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6DF1; }
p { color: rgb(254,109,241); }
H1.HeaderClassName
{
color: #FE6DF1;
}
.AnyTagClassName
{
color: #FE6DF1;
}
</style>
background-color css
<style>
a { background-color: #FE6DF1; }
a { background-color: rgb(254,109,241); }
div.DivClassName
{
background-color: #FE6DF1;
}
.BgClassName
{
background-color: #FE6DF1;
}
</style>
border-color css
<style>
span { border-color: #FE6DF1; }
span { border-color: rgb(254,109,241); }
td.TdClassName
{
border-color: #FE6DF1;
}
.TagClassName
{
border-color: #FE6DF1;
}
</style>