Shades of Ultra Pink #FE6BFA
Tints of Ultra Pink #FE6BFA
RGB
CMYK
RGB Variations
Color information
#FE6BFA (or 0xFE6BFA) is known color: Ultra Pink. HEX triplet: FE, 6B and FA. RGB value is (254,107,250). Sum of RGB (Red+Green+Blue) = 254+107+250=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 107 (42.19% from 255 or 17.51% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6BFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6BFA is #019405. Grayscale: #A6A6A6. Windows color (decimal): -103430 or 16411646. OLE color: 16411646.
HSL color Cylindrical-coordinate representation of color #FE6BFA: hue angle of 301.63º 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 #FE6BFA is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 107 | 250 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.00 |
| HSL | 301.63º | 0.99% | 0.71% | - |
| HSV(B) | 301.63º | 0.58% | 1% | - |
| XYZ | 63.39 | 38.49 | 94.53 | - |
| YUV | 167.26 | 174.7 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 107 | 250 | 0 | 0.58 | 0.02 | 0.00 | 301.63 | 0.99 | 0.71 |
| Hex | FE | 6B | FA | 0 | 3A | 2 | 0 | 12E | 63 | 47 |
| Octal | 376 | 153 | 372 | 0 | 72 | 2 | 0 | 456 | 143 | 107 |
| Binary | 11111110 | 1101011 | 11111010 | 0 | 111010 | 10 | 0 | 100101110 | 1100011 | 1000111 |
Color Harmonies of #FE6BFA
Complementary color
Monochromatic Colors of #FE6BFA
Black with #FE6BFA
Text Example
Text Example
White with #FE6BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6BFA; }
p { color: rgb(254,107,250); }
H1.HeaderClassName
{
color: #FE6BFA;
}
.AnyTagClassName
{
color: #FE6BFA;
}
</style>
background-color css
<style>
a { background-color: #FE6BFA; }
a { background-color: rgb(254,107,250); }
div.DivClassName
{
background-color: #FE6BFA;
}
.BgClassName
{
background-color: #FE6BFA;
}
</style>
border-color css
<style>
span { border-color: #FE6BFA; }
span { border-color: rgb(254,107,250); }
td.TdClassName
{
border-color: #FE6BFA;
}
.TagClassName
{
border-color: #FE6BFA;
}
</style>