Shades of Ultra Pink #F76DFE
Tints of Ultra Pink #F76DFE
RGB
CMYK
RGB Variations
Color information
#F76DFE (or 0xF76DFE) is known color: Ultra Pink. HEX triplet: F7, 6D and FE. RGB value is (247,109,254). Sum of RGB (Red+Green+Blue) = 247+109+254=610 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.49% from 610); Green value is 109 (42.97% from 255 or 17.87% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #F76DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F76DFE is #089201. Grayscale: #A6A6A6. Windows color (decimal): -561666 or 16674295. OLE color: 16674295.
HSL color Cylindrical-coordinate representation of color #F76DFE: hue angle of 297.1º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F76DFE is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 109 | 254 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.00 |
| HSL | 297.1º | 0.99% | 0.71% | - |
| HSV(B) | 297.1º | 0.57% | 1% | - |
| XYZ | 61.72 | 37.87 | 97.82 | - |
| YUV | 166.79 | 177.22 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 109 | 254 | 0.03 | 0.57 | 0 | 0.00 | 297.1 | 0.99 | 0.71 |
| Hex | F7 | 6D | FE | 3 | 39 | 0 | 0 | 129 | 63 | 47 |
| Octal | 367 | 155 | 376 | 3 | 71 | 0 | 0 | 451 | 143 | 107 |
| Binary | 11110111 | 1101101 | 11111110 | 11 | 111001 | 0 | 0 | 100101001 | 1100011 | 1000111 |
Color Harmonies of #F76DFE
Complementary color
Monochromatic Colors of #F76DFE
Black with #F76DFE
Text Example
Text Example
White with #F76DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76DFE; }
p { color: rgb(247,109,254); }
H1.HeaderClassName
{
color: #F76DFE;
}
.AnyTagClassName
{
color: #F76DFE;
}
</style>
background-color css
<style>
a { background-color: #F76DFE; }
a { background-color: rgb(247,109,254); }
div.DivClassName
{
background-color: #F76DFE;
}
.BgClassName
{
background-color: #F76DFE;
}
</style>
border-color css
<style>
span { border-color: #F76DFE; }
span { border-color: rgb(247,109,254); }
td.TdClassName
{
border-color: #F76DFE;
}
.TagClassName
{
border-color: #F76DFE;
}
</style>