Shades of Ultra Pink #FE6FFC
Tints of Ultra Pink #FE6FFC
RGB
CMYK
RGB Variations
Color information
#FE6FFC (or 0xFE6FFC) is known color: Ultra Pink. HEX triplet: FE, 6F and FC. RGB value is (254,111,252). Sum of RGB (Red+Green+Blue) = 254+111+252=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 111 (43.75% from 255 or 17.99% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6FFC is #019003. Grayscale: #A9A9A9. Windows color (decimal): -102404 or 16543742. OLE color: 16543742.
HSL color Cylindrical-coordinate representation of color #FE6FFC: hue angle of 300.84º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE6FFC is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 111 | 252 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.00 |
| HSL | 300.84º | 0.99% | 0.72% | - |
| HSV(B) | 300.84º | 0.56% | 1% | - |
| XYZ | 64.13 | 39.47 | 96.33 | - |
| YUV | 169.83 | 174.38 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 111 | 252 | 0 | 0.56 | 0.01 | 0.00 | 300.84 | 0.99 | 0.72 |
| Hex | FE | 6F | FC | 0 | 38 | 1 | 0 | 12D | 63 | 48 |
| Octal | 376 | 157 | 374 | 0 | 70 | 1 | 0 | 455 | 143 | 110 |
| Binary | 11111110 | 1101111 | 11111100 | 0 | 111000 | 1 | 0 | 100101101 | 1100011 | 1001000 |
Color Harmonies of #FE6FFC
Complementary color
Monochromatic Colors of #FE6FFC
Black with #FE6FFC
Text Example
Text Example
White with #FE6FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6FFC; }
p { color: rgb(254,111,252); }
H1.HeaderClassName
{
color: #FE6FFC;
}
.AnyTagClassName
{
color: #FE6FFC;
}
</style>
background-color css
<style>
a { background-color: #FE6FFC; }
a { background-color: rgb(254,111,252); }
div.DivClassName
{
background-color: #FE6FFC;
}
.BgClassName
{
background-color: #FE6FFC;
}
</style>
border-color css
<style>
span { border-color: #FE6FFC; }
span { border-color: rgb(254,111,252); }
td.TdClassName
{
border-color: #FE6FFC;
}
.TagClassName
{
border-color: #FE6FFC;
}
</style>