Shades of Ultra Pink #F76CF0
Tints of Ultra Pink #F76CF0
RGB
CMYK
RGB Variations
Color information
#F76CF0 (or 0xF76CF0) is known color: Ultra Pink. HEX triplet: F7, 6C and F0. RGB value is (247,108,240). Sum of RGB (Red+Green+Blue) = 247+108+240=595 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.51% from 595); Green value is 108 (42.58% from 255 or 18.15% from 595); Blue value is 240 (94.14% from 255 or 40.34% from 595); Max value from RGB is 247 - color contains mainly: red. Hex color #F76CF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F76CF0 is #08930F. Grayscale: #A4A4A4. Windows color (decimal): -561936 or 15756535. OLE color: 15756535.
HSL color Cylindrical-coordinate representation of color #F76CF0: hue angle of 303.02º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F76CF0 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 108 | 240 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.03 |
| HSL | 303.02º | 0.9% | 0.7% | - |
| HSV(B) | 303.02º | 0.56% | 0.97% | - |
| XYZ | 59.45 | 36.79 | 86.41 | - |
| YUV | 164.61 | 170.55 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 108 | 240 | 0 | 0.56 | 0.03 | 0.03 | 303.02 | 0.9 | 0.7 |
| Hex | F7 | 6C | F0 | 0 | 38 | 3 | 3 | 12F | 5A | 46 |
| Octal | 367 | 154 | 360 | 0 | 70 | 3 | 3 | 457 | 132 | 106 |
| Binary | 11110111 | 1101100 | 11110000 | 0 | 111000 | 11 | 11 | 100101111 | 1011010 | 1000110 |
Color Harmonies of #F76CF0
Complementary color
Monochromatic Colors of #F76CF0
Black with #F76CF0
Text Example
Text Example
White with #F76CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76CF0; }
p { color: rgb(247,108,240); }
H1.HeaderClassName
{
color: #F76CF0;
}
.AnyTagClassName
{
color: #F76CF0;
}
</style>
background-color css
<style>
a { background-color: #F76CF0; }
a { background-color: rgb(247,108,240); }
div.DivClassName
{
background-color: #F76CF0;
}
.BgClassName
{
background-color: #F76CF0;
}
</style>
border-color css
<style>
span { border-color: #F76CF0; }
span { border-color: rgb(247,108,240); }
td.TdClassName
{
border-color: #F76CF0;
}
.TagClassName
{
border-color: #F76CF0;
}
</style>