Shades of Ultra Pink #F772F5
Tints of Ultra Pink #F772F5
RGB
CMYK
RGB Variations
Color information
#F772F5 (or 0xF772F5) is known color: Ultra Pink. HEX triplet: F7, 72 and F5. RGB value is (247,114,245). Sum of RGB (Red+Green+Blue) = 247+114+245=606 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.76% from 606); Green value is 114 (44.92% from 255 or 18.81% from 606); Blue value is 245 (96.09% from 255 or 40.43% from 606); Max value from RGB is 247 - color contains mainly: red. Hex color #F772F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F772F5 is #088D0A. Grayscale: #A8A8A8. Windows color (decimal): -560395 or 16085751. OLE color: 16085751.
HSL color Cylindrical-coordinate representation of color #F772F5: hue angle of 300.9º 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 #F772F5 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 114 | 245 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.03 |
| HSL | 300.9º | 0.89% | 0.71% | - |
| HSV(B) | 300.9º | 0.54% | 0.97% | - |
| XYZ | 60.86 | 38.4 | 90.59 | - |
| YUV | 168.7 | 171.06 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 114 | 245 | 0 | 0.54 | 0.01 | 0.03 | 300.9 | 0.89 | 0.71 |
| Hex | F7 | 72 | F5 | 0 | 36 | 1 | 3 | 12D | 59 | 47 |
| Octal | 367 | 162 | 365 | 0 | 66 | 1 | 3 | 455 | 131 | 107 |
| Binary | 11110111 | 1110010 | 11110101 | 0 | 110110 | 1 | 11 | 100101101 | 1011001 | 1000111 |
Color Harmonies of #F772F5
Complementary color
Monochromatic Colors of #F772F5
Black with #F772F5
Text Example
Text Example
White with #F772F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F772F5; }
p { color: rgb(247,114,245); }
H1.HeaderClassName
{
color: #F772F5;
}
.AnyTagClassName
{
color: #F772F5;
}
</style>
background-color css
<style>
a { background-color: #F772F5; }
a { background-color: rgb(247,114,245); }
div.DivClassName
{
background-color: #F772F5;
}
.BgClassName
{
background-color: #F772F5;
}
</style>
border-color css
<style>
span { border-color: #F772F5; }
span { border-color: rgb(247,114,245); }
td.TdClassName
{
border-color: #F772F5;
}
.TagClassName
{
border-color: #F772F5;
}
</style>