Shades of Ultra Pink #FE6FEC
Tints of Ultra Pink #FE6FEC
RGB
CMYK
RGB Variations
Color information
#FE6FEC (or 0xFE6FEC) is known color: Ultra Pink. HEX triplet: FE, 6F and EC. RGB value is (254,111,236). Sum of RGB (Red+Green+Blue) = 254+111+236=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 111 (43.75% from 255 or 18.47% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6FEC is #019013. Grayscale: #A7A7A7. Windows color (decimal): -102420 or 15495166. OLE color: 15495166.
HSL color Cylindrical-coordinate representation of color #FE6FEC: hue angle of 307.55º 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 #FE6FEC is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 111 | 236 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.00 |
| HSL | 307.55º | 0.99% | 0.72% | - |
| HSV(B) | 307.55º | 0.56% | 1% | - |
| XYZ | 61.7 | 38.5 | 83.54 | - |
| YUV | 168.01 | 166.38 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 111 | 236 | 0 | 0.56 | 0.07 | 0.00 | 307.55 | 0.99 | 0.72 |
| Hex | FE | 6F | EC | 0 | 38 | 7 | 0 | 134 | 63 | 48 |
| Octal | 376 | 157 | 354 | 0 | 70 | 7 | 0 | 464 | 143 | 110 |
| Binary | 11111110 | 1101111 | 11101100 | 0 | 111000 | 111 | 0 | 100110100 | 1100011 | 1001000 |
Color Harmonies of #FE6FEC
Complementary color
Monochromatic Colors of #FE6FEC
Black with #FE6FEC
Text Example
Text Example
White with #FE6FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6FEC; }
p { color: rgb(254,111,236); }
H1.HeaderClassName
{
color: #FE6FEC;
}
.AnyTagClassName
{
color: #FE6FEC;
}
</style>
background-color css
<style>
a { background-color: #FE6FEC; }
a { background-color: rgb(254,111,236); }
div.DivClassName
{
background-color: #FE6FEC;
}
.BgClassName
{
background-color: #FE6FEC;
}
</style>
border-color css
<style>
span { border-color: #FE6FEC; }
span { border-color: rgb(254,111,236); }
td.TdClassName
{
border-color: #FE6FEC;
}
.TagClassName
{
border-color: #FE6FEC;
}
</style>