Shades of Pink Flamingo #F762FF
Tints of Pink Flamingo #F762FF
RGB
CMYK
RGB Variations
Color information
#F762FF (or 0xF762FF) is known color: Pink Flamingo. HEX triplet: F7, 62 and FF. RGB value is (247,98,255). Sum of RGB (Red+Green+Blue) = 247+98+255=600 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.17% from 600); Green value is 98 (38.67% from 255 or 16.33% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #F762FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F762FF is #089D00. Grayscale: #9F9F9F. Windows color (decimal): -564481 or 16737015. OLE color: 16737015.
HSL color Cylindrical-coordinate representation of color #F762FF: hue angle of 296.94º 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 #F762FF is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 98 | 255 | - |
| CMYK | 0.03 | 0.62 | 0 | 0 |
| HSL | 296.94º | 1% | 0.69% | - |
| HSV(B) | 296.94º | 0.62% | 1% | - |
| XYZ | 60.78 | 35.73 | 98.3 | - |
| YUV | 160.45 | 181.36 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 98 | 255 | 0.03 | 0.62 | 0 | 0 | 296.94 | 1 | 0.69 |
| Hex | F7 | 62 | FF | 3 | 3E | 0 | 0 | 129 | 64 | 45 |
| Octal | 367 | 142 | 377 | 3 | 76 | 0 | 0 | 451 | 144 | 105 |
| Binary | 11110111 | 1100010 | 11111111 | 11 | 111110 | 0 | 0 | 100101001 | 1100100 | 1000101 |
Color Harmonies of #F762FF
Complementary color
Monochromatic Colors of #F762FF
Black with #F762FF
Text Example
Text Example
White with #F762FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F762FF; }
p { color: rgb(247,98,255); }
H1.HeaderClassName
{
color: #F762FF;
}
.AnyTagClassName
{
color: #F762FF;
}
</style>
background-color css
<style>
a { background-color: #F762FF; }
a { background-color: rgb(247,98,255); }
div.DivClassName
{
background-color: #F762FF;
}
.BgClassName
{
background-color: #F762FF;
}
</style>
border-color css
<style>
span { border-color: #F762FF; }
span { border-color: rgb(247,98,255); }
td.TdClassName
{
border-color: #F762FF;
}
.TagClassName
{
border-color: #F762FF;
}
</style>