Shades of Pink Flamingo #F650FE
Tints of Pink Flamingo #F650FE
RGB
CMYK
RGB Variations
Color information
#F650FE (or 0xF650FE) is known color: Pink Flamingo. HEX triplet: F6, 50 and FE. RGB value is (246,80,254). Sum of RGB (Red+Green+Blue) = 246+80+254=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 80 (31.64% from 255 or 13.79% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #F650FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F650FE is #09AF01. Grayscale: #949494. Windows color (decimal): -634626 or 16666870. OLE color: 16666870.
HSL color Cylindrical-coordinate representation of color #F650FE: hue angle of 297.24º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F650FE is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 80 | 254 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.00 |
| HSL | 297.24º | 0.99% | 0.65% | - |
| HSV(B) | 297.24º | 0.69% | 1% | - |
| XYZ | 58.76 | 32.49 | 96.94 | - |
| YUV | 149.47 | 187 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 80 | 254 | 0.03 | 0.69 | 0 | 0.00 | 297.24 | 0.99 | 0.65 |
| Hex | F6 | 50 | FE | 3 | 45 | 0 | 0 | 129 | 63 | 41 |
| Octal | 366 | 120 | 376 | 3 | 105 | 0 | 0 | 451 | 143 | 101 |
| Binary | 11110110 | 1010000 | 11111110 | 11 | 1000101 | 0 | 0 | 100101001 | 1100011 | 1000001 |
Color Harmonies of #F650FE
Complementary color
Monochromatic Colors of #F650FE
Black with #F650FE
Text Example
Text Example
White with #F650FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F650FE; }
p { color: rgb(246,80,254); }
H1.HeaderClassName
{
color: #F650FE;
}
.AnyTagClassName
{
color: #F650FE;
}
</style>
background-color css
<style>
a { background-color: #F650FE; }
a { background-color: rgb(246,80,254); }
div.DivClassName
{
background-color: #F650FE;
}
.BgClassName
{
background-color: #F650FE;
}
</style>
border-color css
<style>
span { border-color: #F650FE; }
span { border-color: rgb(246,80,254); }
td.TdClassName
{
border-color: #F650FE;
}
.TagClassName
{
border-color: #F650FE;
}
</style>