Shades of Ultra Pink #F76DEA
Tints of Ultra Pink #F76DEA
RGB
CMYK
RGB Variations
Color information
#F76DEA (or 0xF76DEA) is known color: Ultra Pink. HEX triplet: F7, 6D and EA. RGB value is (247,109,234). Sum of RGB (Red+Green+Blue) = 247+109+234=590 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.86% from 590); Green value is 109 (42.97% from 255 or 18.47% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 247 - color contains mainly: red. Hex color #F76DEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F76DEA is #089215. Grayscale: #A4A4A4. Windows color (decimal): -561686 or 15363575. OLE color: 15363575.
HSL color Cylindrical-coordinate representation of color #F76DEA: hue angle of 305.65º 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 #F76DEA is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 109 | 234 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.03 |
| HSL | 305.65º | 0.9% | 0.7% | - |
| HSV(B) | 305.65º | 0.56% | 0.97% | - |
| XYZ | 58.68 | 36.65 | 81.82 | - |
| YUV | 164.51 | 167.22 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 109 | 234 | 0 | 0.56 | 0.05 | 0.03 | 305.65 | 0.9 | 0.7 |
| Hex | F7 | 6D | EA | 0 | 38 | 5 | 3 | 132 | 5A | 46 |
| Octal | 367 | 155 | 352 | 0 | 70 | 5 | 3 | 462 | 132 | 106 |
| Binary | 11110111 | 1101101 | 11101010 | 0 | 111000 | 101 | 11 | 100110010 | 1011010 | 1000110 |
Color Harmonies of #F76DEA
Complementary color
Monochromatic Colors of #F76DEA
Black with #F76DEA
Text Example
Text Example
White with #F76DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76DEA; }
p { color: rgb(247,109,234); }
H1.HeaderClassName
{
color: #F76DEA;
}
.AnyTagClassName
{
color: #F76DEA;
}
</style>
background-color css
<style>
a { background-color: #F76DEA; }
a { background-color: rgb(247,109,234); }
div.DivClassName
{
background-color: #F76DEA;
}
.BgClassName
{
background-color: #F76DEA;
}
</style>
border-color css
<style>
span { border-color: #F76DEA; }
span { border-color: rgb(247,109,234); }
td.TdClassName
{
border-color: #F76DEA;
}
.TagClassName
{
border-color: #F76DEA;
}
</style>