Shades of Ultra Pink #F76CFF
Tints of Ultra Pink #F76CFF
RGB
CMYK
RGB Variations
Color information
#F76CFF (or 0xF76CFF) is known color: Ultra Pink. HEX triplet: F7, 6C and FF. RGB value is (247,108,255). Sum of RGB (Red+Green+Blue) = 247+108+255=610 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.49% from 610); Green value is 108 (42.58% from 255 or 17.70% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #F76CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F76CFF is #089300. Grayscale: #A5A5A5. Windows color (decimal): -561921 or 16739575. OLE color: 16739575.
HSL color Cylindrical-coordinate representation of color #F76CFF: hue angle of 296.73º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F76CFF is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 108 | 255 | - |
| CMYK | 0.03 | 0.58 | 0 | 0 |
| HSL | 296.73º | 1% | 0.71% | - |
| HSV(B) | 296.73º | 0.58% | 1% | - |
| XYZ | 61.77 | 37.72 | 98.63 | - |
| YUV | 166.32 | 178.05 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 108 | 255 | 0.03 | 0.58 | 0 | 0 | 296.73 | 1 | 0.71 |
| Hex | F7 | 6C | FF | 3 | 3A | 0 | 0 | 129 | 64 | 47 |
| Octal | 367 | 154 | 377 | 3 | 72 | 0 | 0 | 451 | 144 | 107 |
| Binary | 11110111 | 1101100 | 11111111 | 11 | 111010 | 0 | 0 | 100101001 | 1100100 | 1000111 |
Color Harmonies of #F76CFF
Complementary color
Monochromatic Colors of #F76CFF
Black with #F76CFF
Text Example
Text Example
White with #F76CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76CFF; }
p { color: rgb(247,108,255); }
H1.HeaderClassName
{
color: #F76CFF;
}
.AnyTagClassName
{
color: #F76CFF;
}
</style>
background-color css
<style>
a { background-color: #F76CFF; }
a { background-color: rgb(247,108,255); }
div.DivClassName
{
background-color: #F76CFF;
}
.BgClassName
{
background-color: #F76CFF;
}
</style>
border-color css
<style>
span { border-color: #F76CFF; }
span { border-color: rgb(247,108,255); }
td.TdClassName
{
border-color: #F76CFF;
}
.TagClassName
{
border-color: #F76CFF;
}
</style>