#F468EE

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

Shades of Pink Flamingo #F468EE

Tints of Pink Flamingo #F468EE

Color information

#F468EE (or 0xF468EE) is unknown color: approx Pink Flamingo. HEX triplet: F4, 68 and EE. RGB value is (244,104,238). Sum of RGB (Red+Green+Blue) = 244+104+238=586 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.64% from 586); Green value is 104 (41.02% from 255 or 17.75% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 244 - color contains mainly: red. Hex color #F468EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F468EE is #0B9711. Grayscale: #A0A0A0. Windows color (decimal): -759570 or 15624436. OLE color: 15624436.

HSL color Cylindrical-coordinate representation of color #F468EE: hue angle of 302.57º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F468EE is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB244104238-
CMYK00.570.020.04
HSL302.57º86.42%68.24%-
HSV(B)302.57º57.38%95.69%-
XYZ57.6935.3184.66-
YUV161.14171.38187.1-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.64%
GREEN value IS 104 (41.02% from 255) = 17.75%
BLUE value IS 238 (93.36% from 255) = 40.61%
R=41.64%
G=17.75%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24410423800.570.020.04302.5786.4268.24
HexF468EE0392412f5644
Octal36415035607124457126104
Binary1111010011010001110111001110011010010010111110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F468EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F468EE; }

 p { color: rgb(244,104,238); }

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

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

 a { background-color: rgb(244,104,238); }

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

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

 span { border-color: rgb(244,104,238); }

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