Shades of Ultra Pink #F76FED
Tints of Ultra Pink #F76FED
RGB
CMYK
RGB Variations
Color information
#F76FED (or 0xF76FED) is known color: Ultra Pink. HEX triplet: F7, 6F and ED. RGB value is (247,111,237). Sum of RGB (Red+Green+Blue) = 247+111+237=595 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.51% from 595); Green value is 111 (43.75% from 255 or 18.66% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 247 - color contains mainly: red. Hex color #F76FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F76FED is #089012. Grayscale: #A5A5A5. Windows color (decimal): -561171 or 15560695. OLE color: 15560695.
HSL color Cylindrical-coordinate representation of color #F76FED: hue angle of 304.41º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F76FED is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 111 | 237 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.03 |
| HSL | 304.41º | 0.89% | 0.7% | - |
| HSV(B) | 304.41º | 0.55% | 0.97% | - |
| XYZ | 59.33 | 37.26 | 84.19 | - |
| YUV | 166.03 | 168.06 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 111 | 237 | 0 | 0.55 | 0.04 | 0.03 | 304.41 | 0.89 | 0.7 |
| Hex | F7 | 6F | ED | 0 | 37 | 4 | 3 | 130 | 59 | 46 |
| Octal | 367 | 157 | 355 | 0 | 67 | 4 | 3 | 460 | 131 | 106 |
| Binary | 11110111 | 1101111 | 11101101 | 0 | 110111 | 100 | 11 | 100110000 | 1011001 | 1000110 |
Color Harmonies of #F76FED
Complementary color
Monochromatic Colors of #F76FED
Black with #F76FED
Text Example
Text Example
White with #F76FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76FED; }
p { color: rgb(247,111,237); }
H1.HeaderClassName
{
color: #F76FED;
}
.AnyTagClassName
{
color: #F76FED;
}
</style>
background-color css
<style>
a { background-color: #F76FED; }
a { background-color: rgb(247,111,237); }
div.DivClassName
{
background-color: #F76FED;
}
.BgClassName
{
background-color: #F76FED;
}
</style>
border-color css
<style>
span { border-color: #F76FED; }
span { border-color: rgb(247,111,237); }
td.TdClassName
{
border-color: #F76FED;
}
.TagClassName
{
border-color: #F76FED;
}
</style>