Shades of Ultra Pink #FE6BEA
Tints of Ultra Pink #FE6BEA
RGB
CMYK
RGB Variations
Color information
#FE6BEA (or 0xFE6BEA) is known color: Ultra Pink. HEX triplet: FE, 6B and EA. RGB value is (254,107,234). Sum of RGB (Red+Green+Blue) = 254+107+234=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 107 (42.19% from 255 or 17.98% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6BEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6BEA is #019415. Grayscale: #A5A5A5. Windows color (decimal): -103446 or 15363070. OLE color: 15363070.
HSL color Cylindrical-coordinate representation of color #FE6BEA: hue angle of 308.16º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE6BEA is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 107 | 234 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.00 |
| HSL | 308.16º | 0.99% | 0.71% | - |
| HSV(B) | 308.16º | 0.58% | 1% | - |
| XYZ | 60.98 | 37.53 | 81.87 | - |
| YUV | 165.43 | 166.7 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 107 | 234 | 0 | 0.58 | 0.08 | 0.00 | 308.16 | 0.99 | 0.71 |
| Hex | FE | 6B | EA | 0 | 3A | 8 | 0 | 134 | 63 | 47 |
| Octal | 376 | 153 | 352 | 0 | 72 | 10 | 0 | 464 | 143 | 107 |
| Binary | 11111110 | 1101011 | 11101010 | 0 | 111010 | 1000 | 0 | 100110100 | 1100011 | 1000111 |
Color Harmonies of #FE6BEA
Complementary color
Monochromatic Colors of #FE6BEA
Black with #FE6BEA
Text Example
Text Example
White with #FE6BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6BEA; }
p { color: rgb(254,107,234); }
H1.HeaderClassName
{
color: #FE6BEA;
}
.AnyTagClassName
{
color: #FE6BEA;
}
</style>
background-color css
<style>
a { background-color: #FE6BEA; }
a { background-color: rgb(254,107,234); }
div.DivClassName
{
background-color: #FE6BEA;
}
.BgClassName
{
background-color: #FE6BEA;
}
</style>
border-color css
<style>
span { border-color: #FE6BEA; }
span { border-color: rgb(254,107,234); }
td.TdClassName
{
border-color: #FE6BEA;
}
.TagClassName
{
border-color: #FE6BEA;
}
</style>