Shades of Ultra Pink #FE6BEE
Tints of Ultra Pink #FE6BEE
RGB
CMYK
RGB Variations
Color information
#FE6BEE (or 0xFE6BEE) is known color: Ultra Pink. HEX triplet: FE, 6B and EE. RGB value is (254,107,238). Sum of RGB (Red+Green+Blue) = 254+107+238=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 107 (42.19% from 255 or 17.86% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6BEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6BEE is #019411. Grayscale: #A5A5A5. Windows color (decimal): -103442 or 15625214. OLE color: 15625214.
HSL color Cylindrical-coordinate representation of color #FE6BEE: hue angle of 306.53º 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 #FE6BEE is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 107 | 238 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.00 |
| HSL | 306.53º | 0.99% | 0.71% | - |
| HSV(B) | 306.53º | 0.58% | 1% | - |
| XYZ | 61.56 | 37.76 | 84.93 | - |
| YUV | 165.89 | 168.7 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 107 | 238 | 0 | 0.58 | 0.06 | 0.00 | 306.53 | 0.99 | 0.71 |
| Hex | FE | 6B | EE | 0 | 3A | 6 | 0 | 133 | 63 | 47 |
| Octal | 376 | 153 | 356 | 0 | 72 | 6 | 0 | 463 | 143 | 107 |
| Binary | 11111110 | 1101011 | 11101110 | 0 | 111010 | 110 | 0 | 100110011 | 1100011 | 1000111 |
Color Harmonies of #FE6BEE
Complementary color
Monochromatic Colors of #FE6BEE
Black with #FE6BEE
Text Example
Text Example
White with #FE6BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6BEE; }
p { color: rgb(254,107,238); }
H1.HeaderClassName
{
color: #FE6BEE;
}
.AnyTagClassName
{
color: #FE6BEE;
}
</style>
background-color css
<style>
a { background-color: #FE6BEE; }
a { background-color: rgb(254,107,238); }
div.DivClassName
{
background-color: #FE6BEE;
}
.BgClassName
{
background-color: #FE6BEE;
}
</style>
border-color css
<style>
span { border-color: #FE6BEE; }
span { border-color: rgb(254,107,238); }
td.TdClassName
{
border-color: #FE6BEE;
}
.TagClassName
{
border-color: #FE6BEE;
}
</style>