Shades of Ultra Pink #F76BF0
Tints of Ultra Pink #F76BF0
RGB
CMYK
RGB Variations
Color information
#F76BF0 (or 0xF76BF0) is known color: Ultra Pink. HEX triplet: F7, 6B and F0. RGB value is (247,107,240). Sum of RGB (Red+Green+Blue) = 247+107+240=594 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.58% from 594); Green value is 107 (42.19% from 255 or 18.01% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 247 - color contains mainly: red. Hex color #F76BF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F76BF0 is #08940F. Grayscale: #A3A3A3. Windows color (decimal): -562192 or 15756279. OLE color: 15756279.
HSL color Cylindrical-coordinate representation of color #F76BF0: hue angle of 303º 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 #F76BF0 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 107 | 240 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.03 |
| HSL | 303º | 0.9% | 0.69% | - |
| HSV(B) | 303º | 0.57% | 0.97% | - |
| XYZ | 59.34 | 36.58 | 86.37 | - |
| YUV | 164.02 | 170.88 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 107 | 240 | 0 | 0.57 | 0.03 | 0.03 | 303 | 0.9 | 0.69 |
| Hex | F7 | 6B | F0 | 0 | 39 | 3 | 3 | 12F | 5A | 45 |
| Octal | 367 | 153 | 360 | 0 | 71 | 3 | 3 | 457 | 132 | 105 |
| Binary | 11110111 | 1101011 | 11110000 | 0 | 111001 | 11 | 11 | 100101111 | 1011010 | 1000101 |
Color Harmonies of #F76BF0
Complementary color
Monochromatic Colors of #F76BF0
Black with #F76BF0
Text Example
Text Example
White with #F76BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76BF0; }
p { color: rgb(247,107,240); }
H1.HeaderClassName
{
color: #F76BF0;
}
.AnyTagClassName
{
color: #F76BF0;
}
</style>
background-color css
<style>
a { background-color: #F76BF0; }
a { background-color: rgb(247,107,240); }
div.DivClassName
{
background-color: #F76BF0;
}
.BgClassName
{
background-color: #F76BF0;
}
</style>
border-color css
<style>
span { border-color: #F76BF0; }
span { border-color: rgb(247,107,240); }
td.TdClassName
{
border-color: #F76BF0;
}
.TagClassName
{
border-color: #F76BF0;
}
</style>