Shades of Ultra Pink #FF6EF9
Tints of Ultra Pink #FF6EF9
RGB
CMYK
RGB Variations
Color information
#FF6EF9 (or 0xFF6EF9) is known color: Ultra Pink. HEX triplet: FF, 6E and F9. RGB value is (255,110,249). Sum of RGB (Red+Green+Blue) = 255+110+249=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 110 (43.36% from 255 or 17.92% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6EF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6EF9 is #009106. Grayscale: #A8A8A8. Windows color (decimal): -37127 or 16346879. OLE color: 16346879.
HSL color Cylindrical-coordinate representation of color #FF6EF9: hue angle of 302.48º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF6EF9 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 249 | - |
| CMYK | 0 | 0.57 | 0.02 | 0 |
| HSL | 302.48º | 1% | 0.72% | - |
| HSV(B) | 302.48º | 0.57% | 1% | - |
| XYZ | 63.91 | 39.25 | 93.83 | - |
| YUV | 169.2 | 173.04 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 249 | 0 | 0.57 | 0.02 | 0 | 302.48 | 1 | 0.72 |
| Hex | FF | 6E | F9 | 0 | 39 | 2 | 0 | 12E | 64 | 48 |
| Octal | 377 | 156 | 371 | 0 | 71 | 2 | 0 | 456 | 144 | 110 |
| Binary | 11111111 | 1101110 | 11111001 | 0 | 111001 | 10 | 0 | 100101110 | 1100100 | 1001000 |
Color Harmonies of #FF6EF9
Complementary color
Monochromatic Colors of #FF6EF9
Black with #FF6EF9
Text Example
Text Example
White with #FF6EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6EF9; }
p { color: rgb(255,110,249); }
H1.HeaderClassName
{
color: #FF6EF9;
}
.AnyTagClassName
{
color: #FF6EF9;
}
</style>
background-color css
<style>
a { background-color: #FF6EF9; }
a { background-color: rgb(255,110,249); }
div.DivClassName
{
background-color: #FF6EF9;
}
.BgClassName
{
background-color: #FF6EF9;
}
</style>
border-color css
<style>
span { border-color: #FF6EF9; }
span { border-color: rgb(255,110,249); }
td.TdClassName
{
border-color: #FF6EF9;
}
.TagClassName
{
border-color: #FF6EF9;
}
</style>