#F86AEB

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

Shades of Pink Flamingo #F86AEB

Tints of Pink Flamingo #F86AEB

Color information

#F86AEB (or 0xF86AEB) is unknown color: approx Pink Flamingo. HEX triplet: F8, 6A and EB. RGB value is (248,106,235). Sum of RGB (Red+Green+Blue) = 248+106+235=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 106 (41.80% from 255 or 18.00% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F86AEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F86AEB is #079514. Grayscale: #A2A2A2. Windows color (decimal): -496917 or 15428344. OLE color: 15428344.

HSL color Cylindrical-coordinate representation of color #F86AEB: hue angle of 305.49º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F86AEB is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB248106235-
CMYK00.570.050.03
HSL305.49º91.03%69.41%-
HSV(B)305.49º57.26%97.25%-
XYZ58.8636.2682.49-
YUV163.16168.54188.51-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.11%
GREEN value IS 106 (41.80% from 255) = 18.00%
BLUE value IS 235 (92.19% from 255) = 39.90%
R=42.11%
G=18.00%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810623500.570.050.03305.4991.0369.41
HexF86AEB039531315b45
Octal37015235307153461133105
Binary1111100011010101110101101110011011110011000110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86AEB; }

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

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

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

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

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

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

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

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