Shades of Ultra Pink #FE6CEA
Tints of Ultra Pink #FE6CEA
RGB
CMYK
RGB Variations
Color information
#FE6CEA (or 0xFE6CEA) is known color: Ultra Pink. HEX triplet: FE, 6C and EA. RGB value is (254,108,234). Sum of RGB (Red+Green+Blue) = 254+108+234=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 108 (42.58% from 255 or 18.12% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6CEA is #019315. Grayscale: #A5A5A5. Windows color (decimal): -103190 or 15363326. OLE color: 15363326.
HSL color Cylindrical-coordinate representation of color #FE6CEA: hue angle of 308.22º 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 #FE6CEA is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 108 | 234 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.00 |
| HSL | 308.22º | 0.99% | 0.71% | - |
| HSV(B) | 308.22º | 0.57% | 1% | - |
| XYZ | 61.09 | 37.74 | 81.91 | - |
| YUV | 166.02 | 166.37 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 108 | 234 | 0 | 0.57 | 0.08 | 0.00 | 308.22 | 0.99 | 0.71 |
| Hex | FE | 6C | EA | 0 | 39 | 8 | 0 | 134 | 63 | 47 |
| Octal | 376 | 154 | 352 | 0 | 71 | 10 | 0 | 464 | 143 | 107 |
| Binary | 11111110 | 1101100 | 11101010 | 0 | 111001 | 1000 | 0 | 100110100 | 1100011 | 1000111 |
Color Harmonies of #FE6CEA
Complementary color
Monochromatic Colors of #FE6CEA
Black with #FE6CEA
Text Example
Text Example
White with #FE6CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6CEA; }
p { color: rgb(254,108,234); }
H1.HeaderClassName
{
color: #FE6CEA;
}
.AnyTagClassName
{
color: #FE6CEA;
}
</style>
background-color css
<style>
a { background-color: #FE6CEA; }
a { background-color: rgb(254,108,234); }
div.DivClassName
{
background-color: #FE6CEA;
}
.BgClassName
{
background-color: #FE6CEA;
}
</style>
border-color css
<style>
span { border-color: #FE6CEA; }
span { border-color: rgb(254,108,234); }
td.TdClassName
{
border-color: #FE6CEA;
}
.TagClassName
{
border-color: #FE6CEA;
}
</style>