Shades of Ultra Pink #FE6BEC
Tints of Ultra Pink #FE6BEC
RGB
CMYK
RGB Variations
Color information
#FE6BEC (or 0xFE6BEC) is known color: Ultra Pink. HEX triplet: FE, 6B and EC. RGB value is (254,107,236). Sum of RGB (Red+Green+Blue) = 254+107+236=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 107 (42.19% from 255 or 17.92% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6BEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6BEC is #019413. Grayscale: #A5A5A5. Windows color (decimal): -103444 or 15494142. OLE color: 15494142.
HSL color Cylindrical-coordinate representation of color #FE6BEC: hue angle of 307.35º 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 #FE6BEC is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 107 | 236 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.00 |
| HSL | 307.35º | 0.99% | 0.71% | - |
| HSV(B) | 307.35º | 0.58% | 1% | - |
| XYZ | 61.27 | 37.64 | 83.39 | - |
| YUV | 165.66 | 167.7 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 107 | 236 | 0 | 0.58 | 0.07 | 0.00 | 307.35 | 0.99 | 0.71 |
| Hex | FE | 6B | EC | 0 | 3A | 7 | 0 | 133 | 63 | 47 |
| Octal | 376 | 153 | 354 | 0 | 72 | 7 | 0 | 463 | 143 | 107 |
| Binary | 11111110 | 1101011 | 11101100 | 0 | 111010 | 111 | 0 | 100110011 | 1100011 | 1000111 |
Color Harmonies of #FE6BEC
Complementary color
Monochromatic Colors of #FE6BEC
Black with #FE6BEC
Text Example
Text Example
White with #FE6BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6BEC; }
p { color: rgb(254,107,236); }
H1.HeaderClassName
{
color: #FE6BEC;
}
.AnyTagClassName
{
color: #FE6BEC;
}
</style>
background-color css
<style>
a { background-color: #FE6BEC; }
a { background-color: rgb(254,107,236); }
div.DivClassName
{
background-color: #FE6BEC;
}
.BgClassName
{
background-color: #FE6BEC;
}
</style>
border-color css
<style>
span { border-color: #FE6BEC; }
span { border-color: rgb(254,107,236); }
td.TdClassName
{
border-color: #FE6BEC;
}
.TagClassName
{
border-color: #FE6BEC;
}
</style>