#F465F6

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

Shades of Pink Flamingo #F465F6

Tints of Pink Flamingo #F465F6

Color information

#F465F6 (or 0xF465F6) is unknown color: approx Pink Flamingo. HEX triplet: F4, 65 and F6. RGB value is (244,101,246). Sum of RGB (Red+Green+Blue) = 244+101+246=591 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.29% from 591); Green value is 101 (39.84% from 255 or 17.09% from 591); Blue value is 246 (96.48% from 255 or 41.62% from 591); Max value from RGB is 246 - color contains mainly: blue. Hex color #F465F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F465F6 is #0B9A09. Grayscale: #9F9F9F. Windows color (decimal): -760330 or 16147956. OLE color: 16147956.

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

Color convert

RGB244101246-
CMYK0.010.5900.04
HSL299.17º88.96%68.04%-
HSV(B)299.17º58.94%96.47%-
XYZ58.635.1990.89-
YUV160.29176.38187.71-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.29%
GREEN value IS 101 (39.84% from 255) = 17.09%
BLUE value IS 246 (96.48% from 255) = 41.62%
R=41.29%
G=17.09%
B=41.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441012460.010.5900.04299.1788.9668.04
HexF465F613B0412b5944
Octal36414536617304453131104
Binary111101001100101111101101111011010010010101110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F465F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F465F6; }

 p { color: rgb(244,101,246); }

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

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

 a { background-color: rgb(244,101,246); }

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

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

 span { border-color: rgb(244,101,246); }

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