Shades of Ultra Pink #F76DF0
Tints of Ultra Pink #F76DF0
RGB
CMYK
RGB Variations
Color information
#F76DF0 (or 0xF76DF0) is known color: Ultra Pink. HEX triplet: F7, 6D and F0. RGB value is (247,109,240). Sum of RGB (Red+Green+Blue) = 247+109+240=596 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.44% from 596); Green value is 109 (42.97% from 255 or 18.29% from 596); Blue value is 240 (94.14% from 255 or 40.27% from 596); Max value from RGB is 247 - color contains mainly: red. Hex color #F76DF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F76DF0 is #08920F. Grayscale: #A4A4A4. Windows color (decimal): -561680 or 15756791. OLE color: 15756791.
HSL color Cylindrical-coordinate representation of color #F76DF0: hue angle of 303.04º 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 #F76DF0 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 109 | 240 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.03 |
| HSL | 303.04º | 0.9% | 0.7% | - |
| HSV(B) | 303.04º | 0.56% | 0.97% | - |
| XYZ | 59.55 | 37 | 86.44 | - |
| YUV | 165.2 | 170.22 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 109 | 240 | 0 | 0.56 | 0.03 | 0.03 | 303.04 | 0.9 | 0.7 |
| Hex | F7 | 6D | F0 | 0 | 38 | 3 | 3 | 12F | 5A | 46 |
| Octal | 367 | 155 | 360 | 0 | 70 | 3 | 3 | 457 | 132 | 106 |
| Binary | 11110111 | 1101101 | 11110000 | 0 | 111000 | 11 | 11 | 100101111 | 1011010 | 1000110 |
Color Harmonies of #F76DF0
Complementary color
Monochromatic Colors of #F76DF0
Black with #F76DF0
Text Example
Text Example
White with #F76DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76DF0; }
p { color: rgb(247,109,240); }
H1.HeaderClassName
{
color: #F76DF0;
}
.AnyTagClassName
{
color: #F76DF0;
}
</style>
background-color css
<style>
a { background-color: #F76DF0; }
a { background-color: rgb(247,109,240); }
div.DivClassName
{
background-color: #F76DF0;
}
.BgClassName
{
background-color: #F76DF0;
}
</style>
border-color css
<style>
span { border-color: #F76DF0; }
span { border-color: rgb(247,109,240); }
td.TdClassName
{
border-color: #F76DF0;
}
.TagClassName
{
border-color: #F76DF0;
}
</style>