Shades of Ultra Pink #FE6FFB
Tints of Ultra Pink #FE6FFB
RGB
CMYK
RGB Variations
Color information
#FE6FFB (or 0xFE6FFB) is known color: Ultra Pink. HEX triplet: FE, 6F and FB. RGB value is (254,111,251). Sum of RGB (Red+Green+Blue) = 254+111+251=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 111 (43.75% from 255 or 18.02% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6FFB is #019004. Grayscale: #A9A9A9. Windows color (decimal): -102405 or 16478206. OLE color: 16478206.
HSL color Cylindrical-coordinate representation of color #FE6FFB: hue angle of 301.26º 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 #FE6FFB is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 111 | 251 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.00 |
| HSL | 301.26º | 0.99% | 0.72% | - |
| HSV(B) | 301.26º | 0.56% | 1% | - |
| XYZ | 63.97 | 39.4 | 95.5 | - |
| YUV | 169.72 | 173.88 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 111 | 251 | 0 | 0.56 | 0.01 | 0.00 | 301.26 | 0.99 | 0.72 |
| Hex | FE | 6F | FB | 0 | 38 | 1 | 0 | 12D | 63 | 48 |
| Octal | 376 | 157 | 373 | 0 | 70 | 1 | 0 | 455 | 143 | 110 |
| Binary | 11111110 | 1101111 | 11111011 | 0 | 111000 | 1 | 0 | 100101101 | 1100011 | 1001000 |
Color Harmonies of #FE6FFB
Complementary color
Monochromatic Colors of #FE6FFB
Black with #FE6FFB
Text Example
Text Example
White with #FE6FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6FFB; }
p { color: rgb(254,111,251); }
H1.HeaderClassName
{
color: #FE6FFB;
}
.AnyTagClassName
{
color: #FE6FFB;
}
</style>
background-color css
<style>
a { background-color: #FE6FFB; }
a { background-color: rgb(254,111,251); }
div.DivClassName
{
background-color: #FE6FFB;
}
.BgClassName
{
background-color: #FE6FFB;
}
</style>
border-color css
<style>
span { border-color: #FE6FFB; }
span { border-color: rgb(254,111,251); }
td.TdClassName
{
border-color: #FE6FFB;
}
.TagClassName
{
border-color: #FE6FFB;
}
</style>