Shades of Ultra Pink #F76CED
Tints of Ultra Pink #F76CED
RGB
CMYK
RGB Variations
Color information
#F76CED (or 0xF76CED) is known color: Ultra Pink. HEX triplet: F7, 6C and ED. RGB value is (247,108,237). Sum of RGB (Red+Green+Blue) = 247+108+237=592 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.72% from 592); Green value is 108 (42.58% from 255 or 18.24% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 247 - color contains mainly: red. Hex color #F76CED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F76CED is #089312. Grayscale: #A3A3A3. Windows color (decimal): -561939 or 15559927. OLE color: 15559927.
HSL color Cylindrical-coordinate representation of color #F76CED: hue angle of 304.32º 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 #F76CED is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 108 | 237 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.03 |
| HSL | 304.32º | 0.9% | 0.7% | - |
| HSV(B) | 304.32º | 0.56% | 0.97% | - |
| XYZ | 59.01 | 36.61 | 84.08 | - |
| YUV | 164.27 | 169.05 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 108 | 237 | 0 | 0.56 | 0.04 | 0.03 | 304.32 | 0.9 | 0.7 |
| Hex | F7 | 6C | ED | 0 | 38 | 4 | 3 | 130 | 5A | 46 |
| Octal | 367 | 154 | 355 | 0 | 70 | 4 | 3 | 460 | 132 | 106 |
| Binary | 11110111 | 1101100 | 11101101 | 0 | 111000 | 100 | 11 | 100110000 | 1011010 | 1000110 |
Color Harmonies of #F76CED
Complementary color
Monochromatic Colors of #F76CED
Black with #F76CED
Text Example
Text Example
White with #F76CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76CED; }
p { color: rgb(247,108,237); }
H1.HeaderClassName
{
color: #F76CED;
}
.AnyTagClassName
{
color: #F76CED;
}
</style>
background-color css
<style>
a { background-color: #F76CED; }
a { background-color: rgb(247,108,237); }
div.DivClassName
{
background-color: #F76CED;
}
.BgClassName
{
background-color: #F76CED;
}
</style>
border-color css
<style>
span { border-color: #F76CED; }
span { border-color: rgb(247,108,237); }
td.TdClassName
{
border-color: #F76CED;
}
.TagClassName
{
border-color: #F76CED;
}
</style>