Shades of Ultra Pink #FE6CFE
Tints of Ultra Pink #FE6CFE
RGB
CMYK
RGB Variations
Color information
#FE6CFE (or 0xFE6CFE) is known color: Ultra Pink. HEX triplet: FE, 6C and FE. RGB value is (254,108,254). Sum of RGB (Red+Green+Blue) = 254+108+254=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 108 (42.58% from 255 or 17.53% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE6CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6CFE is #019301. Grayscale: #A7A7A7. Windows color (decimal): -103170 or 16674046. OLE color: 16674046.
HSL color Cylindrical-coordinate representation of color #FE6CFE: hue angle of 300º 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 #FE6CFE is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 108 | 254 | - |
| CMYK | 0 | 0.57 | 0 | 0.00 |
| HSL | 300º | 0.99% | 0.71% | - |
| HSV(B) | 300º | 0.57% | 1% | - |
| XYZ | 64.13 | 38.95 | 97.9 | - |
| YUV | 168.3 | 176.37 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 108 | 254 | 0 | 0.57 | 0 | 0.00 | 300 | 0.99 | 0.71 |
| Hex | FE | 6C | FE | 0 | 39 | 0 | 0 | 12C | 63 | 47 |
| Octal | 376 | 154 | 376 | 0 | 71 | 0 | 0 | 454 | 143 | 107 |
| Binary | 11111110 | 1101100 | 11111110 | 0 | 111001 | 0 | 0 | 100101100 | 1100011 | 1000111 |
Color Harmonies of #FE6CFE
Complementary color
Monochromatic Colors of #FE6CFE
Black with #FE6CFE
Text Example
Text Example
White with #FE6CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6CFE; }
p { color: rgb(254,108,254); }
H1.HeaderClassName
{
color: #FE6CFE;
}
.AnyTagClassName
{
color: #FE6CFE;
}
</style>
background-color css
<style>
a { background-color: #FE6CFE; }
a { background-color: rgb(254,108,254); }
div.DivClassName
{
background-color: #FE6CFE;
}
.BgClassName
{
background-color: #FE6CFE;
}
</style>
border-color css
<style>
span { border-color: #FE6CFE; }
span { border-color: rgb(254,108,254); }
td.TdClassName
{
border-color: #FE6CFE;
}
.TagClassName
{
border-color: #FE6CFE;
}
</style>