Shades of Ultra Pink #FE6FEF
Tints of Ultra Pink #FE6FEF
RGB
CMYK
RGB Variations
Color information
#FE6FEF (or 0xFE6FEF) is known color: Ultra Pink. HEX triplet: FE, 6F and EF. RGB value is (254,111,239). Sum of RGB (Red+Green+Blue) = 254+111+239=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 111 (43.75% from 255 or 18.38% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6FEF is #019010. Grayscale: #A7A7A7. Windows color (decimal): -102417 or 15691774. OLE color: 15691774.
HSL color Cylindrical-coordinate representation of color #FE6FEF: hue angle of 306.29º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE6FEF is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 111 | 239 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.00 |
| HSL | 306.29º | 0.99% | 0.72% | - |
| HSV(B) | 306.29º | 0.56% | 1% | - |
| XYZ | 62.14 | 38.67 | 85.85 | - |
| YUV | 168.35 | 167.88 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 111 | 239 | 0 | 0.56 | 0.06 | 0.00 | 306.29 | 0.99 | 0.72 |
| Hex | FE | 6F | EF | 0 | 38 | 6 | 0 | 132 | 63 | 48 |
| Octal | 376 | 157 | 357 | 0 | 70 | 6 | 0 | 462 | 143 | 110 |
| Binary | 11111110 | 1101111 | 11101111 | 0 | 111000 | 110 | 0 | 100110010 | 1100011 | 1001000 |
Color Harmonies of #FE6FEF
Complementary color
Monochromatic Colors of #FE6FEF
Black with #FE6FEF
Text Example
Text Example
White with #FE6FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6FEF; }
p { color: rgb(254,111,239); }
H1.HeaderClassName
{
color: #FE6FEF;
}
.AnyTagClassName
{
color: #FE6FEF;
}
</style>
background-color css
<style>
a { background-color: #FE6FEF; }
a { background-color: rgb(254,111,239); }
div.DivClassName
{
background-color: #FE6FEF;
}
.BgClassName
{
background-color: #FE6FEF;
}
</style>
border-color css
<style>
span { border-color: #FE6FEF; }
span { border-color: rgb(254,111,239); }
td.TdClassName
{
border-color: #FE6FEF;
}
.TagClassName
{
border-color: #FE6FEF;
}
</style>