#F464F7

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

Shades of Pink Flamingo #F464F7

Tints of Pink Flamingo #F464F7

Color information

#F464F7 (or 0xF464F7) is unknown color: approx Pink Flamingo. HEX triplet: F4, 64 and F7. RGB value is (244,100,247). Sum of RGB (Red+Green+Blue) = 244+100+247=591 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.29% from 591); Green value is 100 (39.45% from 255 or 16.92% from 591); Blue value is 247 (96.88% from 255 or 41.79% from 591); Max value from RGB is 247 - color contains mainly: blue. Hex color #F464F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F464F7 is #0B9B08. Grayscale: #9F9F9F. Windows color (decimal): -760585 or 16213236. OLE color: 16213236.

HSL color Cylindrical-coordinate representation of color #F464F7: hue angle of 298.78º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F464F7 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB244100247-
CMYK0.010.6000.03
HSL298.78º90.18%68.04%-
HSV(B)298.78º59.51%96.86%-
XYZ58.6535.0691.67-
YUV159.81177.21188.05-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.29%
GREEN value IS 100 (39.45% from 255) = 16.92%
BLUE value IS 247 (96.88% from 255) = 41.79%
R=41.29%
G=16.92%
B=41.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2441002470.010.6000.03298.7890.1868.04
HexF464F713C0312b5a44
Octal36414436717403453132104
Binary11110100110010011110111111110001110010101110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F464F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F464F7; }

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

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

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

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

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

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

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

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