#F857F6

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

Shades of Pink Flamingo #F857F6

Tints of Pink Flamingo #F857F6

Color information

#F857F6 (or 0xF857F6) is unknown color: approx Pink Flamingo. HEX triplet: F8, 57 and F6. RGB value is (248,87,246). Sum of RGB (Red+Green+Blue) = 248+87+246=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 87 (34.38% from 255 or 14.97% from 581); Blue value is 246 (96.48% from 255 or 42.34% from 581); Max value from RGB is 248 - color contains mainly: red. Hex color #F857F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F857F6 is #07A809. Grayscale: #989898. Windows color (decimal): -501770 or 16144376. OLE color: 16144376.

HSL color Cylindrical-coordinate representation of color #F857F6: hue angle of 300.75º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F857F6 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB24887246-
CMYK00.650.010.03
HSL300.75º92%65.69%-
HSV(B)300.75º64.92%97.25%-
XYZ58.7533.4390.54-
YUV153.27180.34195.57-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.69%
GREEN value IS 87 (34.38% from 255) = 14.97%
BLUE value IS 246 (96.48% from 255) = 42.34%
R=42.69%
G=14.97%
B=42.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2488724600.650.010.03300.759265.69
HexF857F60411312d5c42
Octal370127366010113455134102
Binary111110001010111111101100100000111110010110110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F857F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F857F6; }

 p { color: rgb(248,87,246); }

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

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

 a { background-color: rgb(248,87,246); }

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

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

 span { border-color: rgb(248,87,246); }

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