#F86AF9

Color #F86AF9 Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #F86AF9

Tints of Pink Flamingo #F86AF9

Color information

#F86AF9 (or 0xF86AF9) is unknown color: approx Pink Flamingo. HEX triplet: F8, 6A and F9. RGB value is (248,106,249). Sum of RGB (Red+Green+Blue) = 248+106+249=603 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.13% from 603); Green value is 106 (41.80% from 255 or 17.58% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 249 - color contains mainly: blue. Hex color #F86AF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F86AF9 is #079506. Grayscale: #A4A4A4. Windows color (decimal): -496903 or 16345848. OLE color: 16345848.

HSL color Cylindrical-coordinate representation of color #F86AF9: hue angle of 299.58º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F86AF9 is Cyan = 0.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB248106249-
CMYK0.000.5700.02
HSL299.58º92.26%69.61%-
HSV(B)299.58º57.43%97.65%-
XYZ60.9637.193.57-
YUV164.76175.54187.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 41.13%
GREEN value IS 106 (41.80% from 255) = 17.58%
BLUE value IS 249 (97.66% from 255) = 41.29%
R=41.13%
G=17.58%
B=41.29%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2481062490.000.5700.02299.5892.2669.61
HexF86AF90390212c5c46
Octal37015237107102454134106
Binary11111000110101011111001011100101010010110010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86AF9; }

 p { color: rgb(248,106,249); }

 H1.HeaderClassName
 {
   color: #F86AF9;
 }
 .AnyTagClassName
 {
   color: #F86AF9;
 }
</style>
background-color css

<style>
 a { background-color: #F86AF9; }

 a { background-color: rgb(248,106,249); }

 div.DivClassName
 {
   background-color: #F86AF9;
 }
 .BgClassName
 {
   background-color: #F86AF9;
 }
</style>
border-color css

<style>
 span { border-color: #F86AF9; }

 span { border-color: rgb(248,106,249); }

 td.TdClassName
 {
   border-color: #F86AF9;
 }
 .TagClassName
 {
   border-color: #F86AF9;
 }
</style>