Shades of Pink Flamingo #F760FF
Tints of Pink Flamingo #F760FF
RGB
CMYK
RGB Variations
Color information
#F760FF (or 0xF760FF) is known color: Pink Flamingo. HEX triplet: F7, 60 and FF. RGB value is (247,96,255). Sum of RGB (Red+Green+Blue) = 247+96+255=598 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.30% from 598); Green value is 96 (37.89% from 255 or 16.05% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #F760FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F760FF is #089F00. Grayscale: #9E9E9E. Windows color (decimal): -564993 or 16736503. OLE color: 16736503.
HSL color Cylindrical-coordinate representation of color #F760FF: hue angle of 296.98º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F760FF is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 96 | 255 | - |
| CMYK | 0.03 | 0.62 | 0 | 0 |
| HSL | 296.98º | 1% | 0.69% | - |
| HSV(B) | 296.98º | 0.62% | 1% | - |
| XYZ | 60.59 | 35.36 | 98.24 | - |
| YUV | 159.28 | 182.03 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 96 | 255 | 0.03 | 0.62 | 0 | 0 | 296.98 | 1 | 0.69 |
| Hex | F7 | 60 | FF | 3 | 3E | 0 | 0 | 129 | 64 | 45 |
| Octal | 367 | 140 | 377 | 3 | 76 | 0 | 0 | 451 | 144 | 105 |
| Binary | 11110111 | 1100000 | 11111111 | 11 | 111110 | 0 | 0 | 100101001 | 1100100 | 1000101 |
Color Harmonies of #F760FF
Complementary color
Monochromatic Colors of #F760FF
Black with #F760FF
Text Example
Text Example
White with #F760FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F760FF; }
p { color: rgb(247,96,255); }
H1.HeaderClassName
{
color: #F760FF;
}
.AnyTagClassName
{
color: #F760FF;
}
</style>
background-color css
<style>
a { background-color: #F760FF; }
a { background-color: rgb(247,96,255); }
div.DivClassName
{
background-color: #F760FF;
}
.BgClassName
{
background-color: #F760FF;
}
</style>
border-color css
<style>
span { border-color: #F760FF; }
span { border-color: rgb(247,96,255); }
td.TdClassName
{
border-color: #F760FF;
}
.TagClassName
{
border-color: #F760FF;
}
</style>