Shades of Ultra Pink #FE6FFA
Tints of Ultra Pink #FE6FFA
RGB
CMYK
RGB Variations
Color information
#FE6FFA (or 0xFE6FFA) is known color: Ultra Pink. HEX triplet: FE, 6F and FA. RGB value is (254,111,250). Sum of RGB (Red+Green+Blue) = 254+111+250=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 111 (43.75% from 255 or 18.05% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6FFA is #019005. Grayscale: #A9A9A9. Windows color (decimal): -102406 or 16412670. OLE color: 16412670.
HSL color Cylindrical-coordinate representation of color #FE6FFA: hue angle of 301.68º 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 #FE6FFA is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 111 | 250 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.00 |
| HSL | 301.68º | 0.99% | 0.72% | - |
| HSV(B) | 301.68º | 0.56% | 1% | - |
| XYZ | 63.81 | 39.34 | 94.67 | - |
| YUV | 169.6 | 173.38 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 111 | 250 | 0 | 0.56 | 0.02 | 0.00 | 301.68 | 0.99 | 0.72 |
| Hex | FE | 6F | FA | 0 | 38 | 2 | 0 | 12E | 63 | 48 |
| Octal | 376 | 157 | 372 | 0 | 70 | 2 | 0 | 456 | 143 | 110 |
| Binary | 11111110 | 1101111 | 11111010 | 0 | 111000 | 10 | 0 | 100101110 | 1100011 | 1001000 |
Color Harmonies of #FE6FFA
Complementary color
Monochromatic Colors of #FE6FFA
Black with #FE6FFA
Text Example
Text Example
White with #FE6FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6FFA; }
p { color: rgb(254,111,250); }
H1.HeaderClassName
{
color: #FE6FFA;
}
.AnyTagClassName
{
color: #FE6FFA;
}
</style>
background-color css
<style>
a { background-color: #FE6FFA; }
a { background-color: rgb(254,111,250); }
div.DivClassName
{
background-color: #FE6FFA;
}
.BgClassName
{
background-color: #FE6FFA;
}
</style>
border-color css
<style>
span { border-color: #FE6FFA; }
span { border-color: rgb(254,111,250); }
td.TdClassName
{
border-color: #FE6FFA;
}
.TagClassName
{
border-color: #FE6FFA;
}
</style>