Shades of Ultra Pink #FE6CEC
Tints of Ultra Pink #FE6CEC
RGB
CMYK
RGB Variations
Color information
#FE6CEC (or 0xFE6CEC) is known color: Ultra Pink. HEX triplet: FE, 6C and EC. RGB value is (254,108,236). Sum of RGB (Red+Green+Blue) = 254+108+236=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 108 (42.58% from 255 or 18.06% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6CEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6CEC is #019313. Grayscale: #A5A5A5. Windows color (decimal): -103188 or 15494398. OLE color: 15494398.
HSL color Cylindrical-coordinate representation of color #FE6CEC: hue angle of 307.4º 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 #FE6CEC is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 108 | 236 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.00 |
| HSL | 307.4º | 0.99% | 0.71% | - |
| HSV(B) | 307.4º | 0.57% | 1% | - |
| XYZ | 61.38 | 37.85 | 83.43 | - |
| YUV | 166.25 | 167.37 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 108 | 236 | 0 | 0.57 | 0.07 | 0.00 | 307.4 | 0.99 | 0.71 |
| Hex | FE | 6C | EC | 0 | 39 | 7 | 0 | 133 | 63 | 47 |
| Octal | 376 | 154 | 354 | 0 | 71 | 7 | 0 | 463 | 143 | 107 |
| Binary | 11111110 | 1101100 | 11101100 | 0 | 111001 | 111 | 0 | 100110011 | 1100011 | 1000111 |
Color Harmonies of #FE6CEC
Complementary color
Monochromatic Colors of #FE6CEC
Black with #FE6CEC
Text Example
Text Example
White with #FE6CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6CEC; }
p { color: rgb(254,108,236); }
H1.HeaderClassName
{
color: #FE6CEC;
}
.AnyTagClassName
{
color: #FE6CEC;
}
</style>
background-color css
<style>
a { background-color: #FE6CEC; }
a { background-color: rgb(254,108,236); }
div.DivClassName
{
background-color: #FE6CEC;
}
.BgClassName
{
background-color: #FE6CEC;
}
</style>
border-color css
<style>
span { border-color: #FE6CEC; }
span { border-color: rgb(254,108,236); }
td.TdClassName
{
border-color: #FE6CEC;
}
.TagClassName
{
border-color: #FE6CEC;
}
</style>