#F46AF7

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

Shades of Pink Flamingo #F46AF7

Tints of Pink Flamingo #F46AF7

Color information

#F46AF7 (or 0xF46AF7) is unknown color: approx Pink Flamingo. HEX triplet: F4, 6A and F7. RGB value is (244,106,247). Sum of RGB (Red+Green+Blue) = 244+106+247=597 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.87% from 597); Green value is 106 (41.80% from 255 or 17.76% from 597); Blue value is 247 (96.88% from 255 or 41.37% from 597); Max value from RGB is 247 - color contains mainly: blue. Hex color #F46AF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F46AF7 is #0B9508. Grayscale: #A2A2A2. Windows color (decimal): -759049 or 16214772. OLE color: 16214772.

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

Color convert

RGB244106247-
CMYK0.010.5700.03
HSL298.72º89.81%69.22%-
HSV(B)298.72º57.09%96.86%-
XYZ59.2536.2691.87-
YUV163.34175.22185.54-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.87%
GREEN value IS 106 (41.80% from 255) = 17.76%
BLUE value IS 247 (96.88% from 255) = 41.37%
R=40.87%
G=17.76%
B=41.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2441062470.010.5700.03298.7289.8169.22
HexF46AF71390312b5a45
Octal36415236717103453132105
Binary11110100110101011110111111100101110010101110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F46AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F46AF7; }

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

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

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

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

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

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

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

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