#F86AFA

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

Shades of Pink Flamingo #F86AFA

Tints of Pink Flamingo #F86AFA

Color information

#F86AFA (or 0xF86AFA) is unknown color: approx Pink Flamingo. HEX triplet: F8, 6A and FA. RGB value is (248,106,250). Sum of RGB (Red+Green+Blue) = 248+106+250=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 106 (41.80% from 255 or 17.55% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #F86AFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F86AFA is #079505. Grayscale: #A4A4A4. Windows color (decimal): -496902 or 16411384. OLE color: 16411384.

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

Color convert

RGB248106250-
CMYK0.010.5800.02
HSL299.17º93.51%69.8%-
HSV(B)299.17º57.6%98.04%-
XYZ61.1237.1794.39-
YUV164.87176.04187.29-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.06%
GREEN value IS 106 (41.80% from 255) = 17.55%
BLUE value IS 250 (98.05% from 255) = 41.39%
R=41.06%
G=17.55%
B=41.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2481062500.010.5800.02299.1793.5169.8
HexF86AFA13A0212b5e46
Octal37015237217202453136106
Binary11111000110101011111010111101001010010101110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86AFA; }

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

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

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

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

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

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

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

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