Shades of Ultra Pink #F76DF6
Tints of Ultra Pink #F76DF6
RGB
CMYK
RGB Variations
Color information
#F76DF6 (or 0xF76DF6) is known color: Ultra Pink. HEX triplet: F7, 6D and F6. RGB value is (247,109,246). Sum of RGB (Red+Green+Blue) = 247+109+246=602 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.03% from 602); Green value is 109 (42.97% from 255 or 18.11% from 602); Blue value is 246 (96.48% from 255 or 40.86% from 602); Max value from RGB is 247 - color contains mainly: red. Hex color #F76DF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F76DF6 is #089209. Grayscale: #A5A5A5. Windows color (decimal): -561674 or 16150007. OLE color: 16150007.
HSL color Cylindrical-coordinate representation of color #F76DF6: hue angle of 300.43º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F76DF6 is Cyan = 0, Magento = 0.56, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 109 | 246 | - |
| CMYK | 0 | 0.56 | 0.00 | 0.03 |
| HSL | 300.43º | 0.9% | 0.7% | - |
| HSV(B) | 300.43º | 0.56% | 0.97% | - |
| XYZ | 60.46 | 37.37 | 91.21 | - |
| YUV | 165.88 | 173.22 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 109 | 246 | 0 | 0.56 | 0.00 | 0.03 | 300.43 | 0.9 | 0.7 |
| Hex | F7 | 6D | F6 | 0 | 38 | 0 | 3 | 12C | 5A | 46 |
| Octal | 367 | 155 | 366 | 0 | 70 | 0 | 3 | 454 | 132 | 106 |
| Binary | 11110111 | 1101101 | 11110110 | 0 | 111000 | 0 | 11 | 100101100 | 1011010 | 1000110 |
Color Harmonies of #F76DF6
Complementary color
Monochromatic Colors of #F76DF6
Black with #F76DF6
Text Example
Text Example
White with #F76DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76DF6; }
p { color: rgb(247,109,246); }
H1.HeaderClassName
{
color: #F76DF6;
}
.AnyTagClassName
{
color: #F76DF6;
}
</style>
background-color css
<style>
a { background-color: #F76DF6; }
a { background-color: rgb(247,109,246); }
div.DivClassName
{
background-color: #F76DF6;
}
.BgClassName
{
background-color: #F76DF6;
}
</style>
border-color css
<style>
span { border-color: #F76DF6; }
span { border-color: rgb(247,109,246); }
td.TdClassName
{
border-color: #F76DF6;
}
.TagClassName
{
border-color: #F76DF6;
}
</style>