#F860FA

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

Shades of Pink Flamingo #F860FA

Tints of Pink Flamingo #F860FA

Color information

#F860FA (or 0xF860FA) is unknown color: approx Pink Flamingo. HEX triplet: F8, 60 and FA. RGB value is (248,96,250). Sum of RGB (Red+Green+Blue) = 248+96+250=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 96 (37.89% from 255 or 16.16% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #F860FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F860FA is #079F05. Grayscale: #9E9E9E. Windows color (decimal): -499462 or 16408824. OLE color: 16408824.

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

Color convert

RGB24896250-
CMYK0.010.6200.02
HSL299.22º93.9%67.84%-
HSV(B)299.22º61.6%98.04%-
XYZ60.1535.2294.07-
YUV159179.36191.48-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.75%
GREEN value IS 96 (37.89% from 255) = 16.16%
BLUE value IS 250 (98.05% from 255) = 42.09%
R=41.75%
G=16.16%
B=42.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal248962500.010.6200.02299.2293.967.84
HexF860FA13E0212b5e44
Octal37014037217602453136104
Binary11111000110000011111010111111001010010101110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F860FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F860FA; }

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

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

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

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

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

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

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

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