Shades of Ultra Pink #F76BED
Tints of Ultra Pink #F76BED
RGB
CMYK
RGB Variations
Color information
#F76BED (or 0xF76BED) is known color: Ultra Pink. HEX triplet: F7, 6B and ED. RGB value is (247,107,237). Sum of RGB (Red+Green+Blue) = 247+107+237=591 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.79% from 591); Green value is 107 (42.19% from 255 or 18.10% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 247 - color contains mainly: red. Hex color #F76BED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F76BED is #089412. Grayscale: #A3A3A3. Windows color (decimal): -562195 or 15559671. OLE color: 15559671.
HSL color Cylindrical-coordinate representation of color #F76BED: hue angle of 304.29º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F76BED is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 107 | 237 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.03 |
| HSL | 304.29º | 0.9% | 0.69% | - |
| HSV(B) | 304.29º | 0.57% | 0.97% | - |
| XYZ | 58.9 | 36.4 | 84.04 | - |
| YUV | 163.68 | 169.38 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 107 | 237 | 0 | 0.57 | 0.04 | 0.03 | 304.29 | 0.9 | 0.69 |
| Hex | F7 | 6B | ED | 0 | 39 | 4 | 3 | 130 | 5A | 45 |
| Octal | 367 | 153 | 355 | 0 | 71 | 4 | 3 | 460 | 132 | 105 |
| Binary | 11110111 | 1101011 | 11101101 | 0 | 111001 | 100 | 11 | 100110000 | 1011010 | 1000101 |
Color Harmonies of #F76BED
Complementary color
Monochromatic Colors of #F76BED
Black with #F76BED
Text Example
Text Example
White with #F76BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76BED; }
p { color: rgb(247,107,237); }
H1.HeaderClassName
{
color: #F76BED;
}
.AnyTagClassName
{
color: #F76BED;
}
</style>
background-color css
<style>
a { background-color: #F76BED; }
a { background-color: rgb(247,107,237); }
div.DivClassName
{
background-color: #F76BED;
}
.BgClassName
{
background-color: #F76BED;
}
</style>
border-color css
<style>
span { border-color: #F76BED; }
span { border-color: rgb(247,107,237); }
td.TdClassName
{
border-color: #F76BED;
}
.TagClassName
{
border-color: #F76BED;
}
</style>