Shades of Ultra Pink #FE6FF7
Tints of Ultra Pink #FE6FF7
RGB
CMYK
RGB Variations
Color information
#FE6FF7 (or 0xFE6FF7) is known color: Ultra Pink. HEX triplet: FE, 6F and F7. RGB value is (254,111,247). Sum of RGB (Red+Green+Blue) = 254+111+247=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 111 (43.75% from 255 or 18.14% from 612); Blue value is 247 (96.88% from 255 or 40.36% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6FF7 is #019008. Grayscale: #A8A8A8. Windows color (decimal): -102409 or 16216062. OLE color: 16216062.
HSL color Cylindrical-coordinate representation of color #FE6FF7: hue angle of 302.94º 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 #FE6FF7 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 111 | 247 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.00 |
| HSL | 302.94º | 0.99% | 0.72% | - |
| HSV(B) | 302.94º | 0.56% | 1% | - |
| XYZ | 63.35 | 39.16 | 92.21 | - |
| YUV | 169.26 | 171.88 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 111 | 247 | 0 | 0.56 | 0.03 | 0.00 | 302.94 | 0.99 | 0.72 |
| Hex | FE | 6F | F7 | 0 | 38 | 3 | 0 | 12F | 63 | 48 |
| Octal | 376 | 157 | 367 | 0 | 70 | 3 | 0 | 457 | 143 | 110 |
| Binary | 11111110 | 1101111 | 11110111 | 0 | 111000 | 11 | 0 | 100101111 | 1100011 | 1001000 |
Color Harmonies of #FE6FF7
Complementary color
Monochromatic Colors of #FE6FF7
Black with #FE6FF7
Text Example
Text Example
White with #FE6FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6FF7; }
p { color: rgb(254,111,247); }
H1.HeaderClassName
{
color: #FE6FF7;
}
.AnyTagClassName
{
color: #FE6FF7;
}
</style>
background-color css
<style>
a { background-color: #FE6FF7; }
a { background-color: rgb(254,111,247); }
div.DivClassName
{
background-color: #FE6FF7;
}
.BgClassName
{
background-color: #FE6FF7;
}
</style>
border-color css
<style>
span { border-color: #FE6FF7; }
span { border-color: rgb(254,111,247); }
td.TdClassName
{
border-color: #FE6FF7;
}
.TagClassName
{
border-color: #FE6FF7;
}
</style>