#F464F6

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

Shades of Pink Flamingo #F464F6

Tints of Pink Flamingo #F464F6

Color information

#F464F6 (or 0xF464F6) is unknown color: approx Pink Flamingo. HEX triplet: F4, 64 and F6. RGB value is (244,100,246). Sum of RGB (Red+Green+Blue) = 244+100+246=590 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.36% from 590); Green value is 100 (39.45% from 255 or 16.95% from 590); Blue value is 246 (96.48% from 255 or 41.69% from 590); Max value from RGB is 246 - color contains mainly: blue. Hex color #F464F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F464F6 is #0B9B09. Grayscale: #9F9F9F. Windows color (decimal): -760586 or 16147700. OLE color: 16147700.

HSL color Cylindrical-coordinate representation of color #F464F6: hue angle of 299.18º 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 #F464F6 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB244100246-
CMYK0.010.5900.04
HSL299.18º89.02%67.84%-
HSV(B)299.18º59.35%96.47%-
XYZ58.53590.86-
YUV159.7176.71188.13-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.36%
GREEN value IS 100 (39.45% from 255) = 16.95%
BLUE value IS 246 (96.48% from 255) = 41.69%
R=41.36%
G=16.95%
B=41.69%

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
Decimal2441002460.010.5900.04299.1889.0267.84
HexF464F613B0412b5944
Octal36414436617304453131104
Binary111101001100100111101101111011010010010101110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F464F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F464F6; }

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

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

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

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

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

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

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

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