Shades of Ultra Pink #F76CF2
Tints of Ultra Pink #F76CF2
RGB
CMYK
RGB Variations
Color information
#F76CF2 (or 0xF76CF2) is known color: Ultra Pink. HEX triplet: F7, 6C and F2. RGB value is (247,108,242). Sum of RGB (Red+Green+Blue) = 247+108+242=597 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.37% from 597); Green value is 108 (42.58% from 255 or 18.09% from 597); Blue value is 242 (94.92% from 255 or 40.54% from 597); Max value from RGB is 247 - color contains mainly: red. Hex color #F76CF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F76CF2 is #08930D. Grayscale: #A4A4A4. Windows color (decimal): -561934 or 15887607. OLE color: 15887607.
HSL color Cylindrical-coordinate representation of color #F76CF2: hue angle of 302.16º 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 #F76CF2 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 108 | 242 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.03 |
| HSL | 302.16º | 0.9% | 0.7% | - |
| HSV(B) | 302.16º | 0.56% | 0.97% | - |
| XYZ | 59.75 | 36.91 | 87.98 | - |
| YUV | 164.84 | 171.55 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 108 | 242 | 0 | 0.56 | 0.02 | 0.03 | 302.16 | 0.9 | 0.7 |
| Hex | F7 | 6C | F2 | 0 | 38 | 2 | 3 | 12E | 5A | 46 |
| Octal | 367 | 154 | 362 | 0 | 70 | 2 | 3 | 456 | 132 | 106 |
| Binary | 11110111 | 1101100 | 11110010 | 0 | 111000 | 10 | 11 | 100101110 | 1011010 | 1000110 |
Color Harmonies of #F76CF2
Complementary color
Monochromatic Colors of #F76CF2
Black with #F76CF2
Text Example
Text Example
White with #F76CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76CF2; }
p { color: rgb(247,108,242); }
H1.HeaderClassName
{
color: #F76CF2;
}
.AnyTagClassName
{
color: #F76CF2;
}
</style>
background-color css
<style>
a { background-color: #F76CF2; }
a { background-color: rgb(247,108,242); }
div.DivClassName
{
background-color: #F76CF2;
}
.BgClassName
{
background-color: #F76CF2;
}
</style>
border-color css
<style>
span { border-color: #F76CF2; }
span { border-color: rgb(247,108,242); }
td.TdClassName
{
border-color: #F76CF2;
}
.TagClassName
{
border-color: #F76CF2;
}
</style>