#F460EE

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

Shades of Pink Flamingo #F460EE

Tints of Pink Flamingo #F460EE

Color information

#F460EE (or 0xF460EE) is unknown color: approx Pink Flamingo. HEX triplet: F4, 60 and EE. RGB value is (244,96,238). Sum of RGB (Red+Green+Blue) = 244+96+238=578 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.21% from 578); Green value is 96 (37.89% from 255 or 16.61% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 244 - color contains mainly: red. Hex color #F460EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F460EE is #0B9F11. Grayscale: #9C9C9C. Windows color (decimal): -761618 or 15622388. OLE color: 15622388.

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

Color convert

RGB24496238-
CMYK00.610.020.04
HSL302.43º87.06%66.67%-
HSV(B)302.43º60.66%95.69%-
XYZ56.9233.7784.41-
YUV156.44174.03190.45-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.21%
GREEN value IS 96 (37.89% from 255) = 16.61%
BLUE value IS 238 (93.36% from 255) = 41.18%
R=42.21%
G=16.61%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449623800.610.020.04302.4387.0666.67
HexF460EE03D2412e5743
Octal36414035607524456127103
Binary1111010011000001110111001111011010010010111010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F460EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F460EE; }

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

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

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

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

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

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

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

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