Shades of Ultra Pink #F76BEA
Tints of Ultra Pink #F76BEA
RGB
CMYK
RGB Variations
Color information
#F76BEA (or 0xF76BEA) is known color: Ultra Pink. HEX triplet: F7, 6B and EA. RGB value is (247,107,234). Sum of RGB (Red+Green+Blue) = 247+107+234=588 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.01% from 588); Green value is 107 (42.19% from 255 or 18.20% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 247 - color contains mainly: red. Hex color #F76BEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F76BEA is #089415. Grayscale: #A2A2A2. Windows color (decimal): -562198 or 15363063. OLE color: 15363063.
HSL color Cylindrical-coordinate representation of color #F76BEA: hue angle of 305.57º 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 #F76BEA is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 107 | 234 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.03 |
| HSL | 305.57º | 0.9% | 0.69% | - |
| HSV(B) | 305.57º | 0.57% | 0.97% | - |
| XYZ | 58.47 | 36.23 | 81.75 | - |
| YUV | 163.34 | 167.88 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 107 | 234 | 0 | 0.57 | 0.05 | 0.03 | 305.57 | 0.9 | 0.69 |
| Hex | F7 | 6B | EA | 0 | 39 | 5 | 3 | 132 | 5A | 45 |
| Octal | 367 | 153 | 352 | 0 | 71 | 5 | 3 | 462 | 132 | 105 |
| Binary | 11110111 | 1101011 | 11101010 | 0 | 111001 | 101 | 11 | 100110010 | 1011010 | 1000101 |
Color Harmonies of #F76BEA
Complementary color
Monochromatic Colors of #F76BEA
Black with #F76BEA
Text Example
Text Example
White with #F76BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76BEA; }
p { color: rgb(247,107,234); }
H1.HeaderClassName
{
color: #F76BEA;
}
.AnyTagClassName
{
color: #F76BEA;
}
</style>
background-color css
<style>
a { background-color: #F76BEA; }
a { background-color: rgb(247,107,234); }
div.DivClassName
{
background-color: #F76BEA;
}
.BgClassName
{
background-color: #F76BEA;
}
</style>
border-color css
<style>
span { border-color: #F76BEA; }
span { border-color: rgb(247,107,234); }
td.TdClassName
{
border-color: #F76BEA;
}
.TagClassName
{
border-color: #F76BEA;
}
</style>