Shades of Pink Flamingo #F65AFF
Tints of Pink Flamingo #F65AFF
RGB
CMYK
RGB Variations
Color information
#F65AFF (or 0xF65AFF) is known color: Pink Flamingo. HEX triplet: F6, 5A and FF. RGB value is (246,90,255). Sum of RGB (Red+Green+Blue) = 246+90+255=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 90 (35.55% from 255 or 15.23% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #F65AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65AFF is #09A500. Grayscale: #9A9A9A. Windows color (decimal): -632065 or 16734966. OLE color: 16734966.
HSL color Cylindrical-coordinate representation of color #F65AFF: hue angle of 296.73º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F65AFF is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 90 | 255 | - |
| CMYK | 0.04 | 0.65 | 0 | 0 |
| HSL | 296.73º | 1% | 0.68% | - |
| HSV(B) | 296.73º | 0.65% | 1% | - |
| XYZ | 59.71 | 34.13 | 98.05 | - |
| YUV | 155.45 | 184.18 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 90 | 255 | 0.04 | 0.65 | 0 | 0 | 296.73 | 1 | 0.68 |
| Hex | F6 | 5A | FF | 4 | 41 | 0 | 0 | 129 | 64 | 44 |
| Octal | 366 | 132 | 377 | 4 | 101 | 0 | 0 | 451 | 144 | 104 |
| Binary | 11110110 | 1011010 | 11111111 | 100 | 1000001 | 0 | 0 | 100101001 | 1100100 | 1000100 |
Color Harmonies of #F65AFF
Complementary color
Monochromatic Colors of #F65AFF
Black with #F65AFF
Text Example
Text Example
White with #F65AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65AFF; }
p { color: rgb(246,90,255); }
H1.HeaderClassName
{
color: #F65AFF;
}
.AnyTagClassName
{
color: #F65AFF;
}
</style>
background-color css
<style>
a { background-color: #F65AFF; }
a { background-color: rgb(246,90,255); }
div.DivClassName
{
background-color: #F65AFF;
}
.BgClassName
{
background-color: #F65AFF;
}
</style>
border-color css
<style>
span { border-color: #F65AFF; }
span { border-color: rgb(246,90,255); }
td.TdClassName
{
border-color: #F65AFF;
}
.TagClassName
{
border-color: #F65AFF;
}
</style>