Shades of Ultra Pink #F76DFF
Tints of Ultra Pink #F76DFF
RGB
CMYK
RGB Variations
Color information
#F76DFF (or 0xF76DFF) is known color: Ultra Pink. HEX triplet: F7, 6D and FF. RGB value is (247,109,255). Sum of RGB (Red+Green+Blue) = 247+109+255=611 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.43% from 611); Green value is 109 (42.97% from 255 or 17.84% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #F76DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F76DFF is #089200. Grayscale: #A6A6A6. Windows color (decimal): -561665 or 16739831. OLE color: 16739831.
HSL color Cylindrical-coordinate representation of color #F76DFF: hue angle of 296.71º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F76DFF is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 109 | 255 | - |
| CMYK | 0.03 | 0.57 | 0 | 0 |
| HSL | 296.71º | 1% | 0.71% | - |
| HSV(B) | 296.71º | 0.57% | 1% | - |
| XYZ | 61.88 | 37.93 | 98.67 | - |
| YUV | 166.91 | 177.72 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 109 | 255 | 0.03 | 0.57 | 0 | 0 | 296.71 | 1 | 0.71 |
| Hex | F7 | 6D | FF | 3 | 39 | 0 | 0 | 129 | 64 | 47 |
| Octal | 367 | 155 | 377 | 3 | 71 | 0 | 0 | 451 | 144 | 107 |
| Binary | 11110111 | 1101101 | 11111111 | 11 | 111001 | 0 | 0 | 100101001 | 1100100 | 1000111 |
Color Harmonies of #F76DFF
Complementary color
Monochromatic Colors of #F76DFF
Black with #F76DFF
Text Example
Text Example
White with #F76DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76DFF; }
p { color: rgb(247,109,255); }
H1.HeaderClassName
{
color: #F76DFF;
}
.AnyTagClassName
{
color: #F76DFF;
}
</style>
background-color css
<style>
a { background-color: #F76DFF; }
a { background-color: rgb(247,109,255); }
div.DivClassName
{
background-color: #F76DFF;
}
.BgClassName
{
background-color: #F76DFF;
}
</style>
border-color css
<style>
span { border-color: #F76DFF; }
span { border-color: rgb(247,109,255); }
td.TdClassName
{
border-color: #F76DFF;
}
.TagClassName
{
border-color: #F76DFF;
}
</style>