Shades of Ultra Pink #F772F4
Tints of Ultra Pink #F772F4
RGB
CMYK
RGB Variations
Color information
#F772F4 (or 0xF772F4) is known color: Ultra Pink. HEX triplet: F7, 72 and F4. RGB value is (247,114,244). Sum of RGB (Red+Green+Blue) = 247+114+244=605 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.83% from 605); Green value is 114 (44.92% from 255 or 18.84% from 605); Blue value is 244 (95.70% from 255 or 40.33% from 605); Max value from RGB is 247 - color contains mainly: red. Hex color #F772F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F772F4 is #088D0B. Grayscale: #A8A8A8. Windows color (decimal): -560396 or 16020215. OLE color: 16020215.
HSL color Cylindrical-coordinate representation of color #F772F4: hue angle of 301.35º 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 #F772F4 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 114 | 244 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.03 |
| HSL | 301.35º | 0.89% | 0.71% | - |
| HSV(B) | 301.35º | 0.54% | 0.97% | - |
| XYZ | 60.7 | 38.34 | 89.79 | - |
| YUV | 168.59 | 170.56 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 114 | 244 | 0 | 0.54 | 0.01 | 0.03 | 301.35 | 0.89 | 0.71 |
| Hex | F7 | 72 | F4 | 0 | 36 | 1 | 3 | 12D | 59 | 47 |
| Octal | 367 | 162 | 364 | 0 | 66 | 1 | 3 | 455 | 131 | 107 |
| Binary | 11110111 | 1110010 | 11110100 | 0 | 110110 | 1 | 11 | 100101101 | 1011001 | 1000111 |
Color Harmonies of #F772F4
Complementary color
Monochromatic Colors of #F772F4
Black with #F772F4
Text Example
Text Example
White with #F772F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F772F4; }
p { color: rgb(247,114,244); }
H1.HeaderClassName
{
color: #F772F4;
}
.AnyTagClassName
{
color: #F772F4;
}
</style>
background-color css
<style>
a { background-color: #F772F4; }
a { background-color: rgb(247,114,244); }
div.DivClassName
{
background-color: #F772F4;
}
.BgClassName
{
background-color: #F772F4;
}
</style>
border-color css
<style>
span { border-color: #F772F4; }
span { border-color: rgb(247,114,244); }
td.TdClassName
{
border-color: #F772F4;
}
.TagClassName
{
border-color: #F772F4;
}
</style>