Shades of Ultra Pink #FE6FF0
Tints of Ultra Pink #FE6FF0
RGB
CMYK
RGB Variations
Color information
#FE6FF0 (or 0xFE6FF0) is known color: Ultra Pink. HEX triplet: FE, 6F and F0. RGB value is (254,111,240). Sum of RGB (Red+Green+Blue) = 254+111+240=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 111 (43.75% from 255 or 18.35% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6FF0 is #01900F. Grayscale: #A8A8A8. Windows color (decimal): -102416 or 15757310. OLE color: 15757310.
HSL color Cylindrical-coordinate representation of color #FE6FF0: hue angle of 305.87º 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 #FE6FF0 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 111 | 240 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.00 |
| HSL | 305.87º | 0.99% | 0.72% | - |
| HSV(B) | 305.87º | 0.56% | 1% | - |
| XYZ | 62.29 | 38.73 | 86.63 | - |
| YUV | 168.46 | 168.38 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 111 | 240 | 0 | 0.56 | 0.06 | 0.00 | 305.87 | 0.99 | 0.72 |
| Hex | FE | 6F | F0 | 0 | 38 | 6 | 0 | 132 | 63 | 48 |
| Octal | 376 | 157 | 360 | 0 | 70 | 6 | 0 | 462 | 143 | 110 |
| Binary | 11111110 | 1101111 | 11110000 | 0 | 111000 | 110 | 0 | 100110010 | 1100011 | 1001000 |
Color Harmonies of #FE6FF0
Complementary color
Monochromatic Colors of #FE6FF0
Black with #FE6FF0
Text Example
Text Example
White with #FE6FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6FF0; }
p { color: rgb(254,111,240); }
H1.HeaderClassName
{
color: #FE6FF0;
}
.AnyTagClassName
{
color: #FE6FF0;
}
</style>
background-color css
<style>
a { background-color: #FE6FF0; }
a { background-color: rgb(254,111,240); }
div.DivClassName
{
background-color: #FE6FF0;
}
.BgClassName
{
background-color: #FE6FF0;
}
</style>
border-color css
<style>
span { border-color: #FE6FF0; }
span { border-color: rgb(254,111,240); }
td.TdClassName
{
border-color: #FE6FF0;
}
.TagClassName
{
border-color: #FE6FF0;
}
</style>