Shades of Ultra Pink #F772F3
Tints of Ultra Pink #F772F3
RGB
CMYK
RGB Variations
Color information
#F772F3 (or 0xF772F3) is known color: Ultra Pink. HEX triplet: F7, 72 and F3. RGB value is (247,114,243). Sum of RGB (Red+Green+Blue) = 247+114+243=604 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.89% from 604); Green value is 114 (44.92% from 255 or 18.87% from 604); Blue value is 243 (95.31% from 255 or 40.23% from 604); Max value from RGB is 247 - color contains mainly: red. Hex color #F772F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F772F3 is #088D0C. Grayscale: #A8A8A8. Windows color (decimal): -560397 or 15954679. OLE color: 15954679.
HSL color Cylindrical-coordinate representation of color #F772F3: hue angle of 301.8º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F772F3 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 114 | 243 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.03 |
| HSL | 301.8º | 0.89% | 0.71% | - |
| HSV(B) | 301.8º | 0.54% | 0.97% | - |
| XYZ | 60.55 | 38.28 | 88.99 | - |
| YUV | 168.47 | 170.06 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 114 | 243 | 0 | 0.54 | 0.02 | 0.03 | 301.8 | 0.89 | 0.71 |
| Hex | F7 | 72 | F3 | 0 | 36 | 2 | 3 | 12E | 59 | 47 |
| Octal | 367 | 162 | 363 | 0 | 66 | 2 | 3 | 456 | 131 | 107 |
| Binary | 11110111 | 1110010 | 11110011 | 0 | 110110 | 10 | 11 | 100101110 | 1011001 | 1000111 |
Color Harmonies of #F772F3
Complementary color
Monochromatic Colors of #F772F3
Black with #F772F3
Text Example
Text Example
White with #F772F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F772F3; }
p { color: rgb(247,114,243); }
H1.HeaderClassName
{
color: #F772F3;
}
.AnyTagClassName
{
color: #F772F3;
}
</style>
background-color css
<style>
a { background-color: #F772F3; }
a { background-color: rgb(247,114,243); }
div.DivClassName
{
background-color: #F772F3;
}
.BgClassName
{
background-color: #F772F3;
}
</style>
border-color css
<style>
span { border-color: #F772F3; }
span { border-color: rgb(247,114,243); }
td.TdClassName
{
border-color: #F772F3;
}
.TagClassName
{
border-color: #F772F3;
}
</style>