#F46AFA

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

Shades of Pink Flamingo #F46AFA

Tints of Pink Flamingo #F46AFA

Color information

#F46AFA (or 0xF46AFA) is unknown color: approx Pink Flamingo. HEX triplet: F4, 6A and FA. RGB value is (244,106,250). Sum of RGB (Red+Green+Blue) = 244+106+250=600 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.67% from 600); Green value is 106 (41.80% from 255 or 17.67% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #F46AFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F46AFA is #0B9505. Grayscale: #A3A3A3. Windows color (decimal): -759046 or 16411380. OLE color: 16411380.

HSL color Cylindrical-coordinate representation of color #F46AFA: hue angle of 297.5º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F46AFA is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB244106250-
CMYK0.020.5800.02
HSL297.5º93.51%69.8%-
HSV(B)297.5º57.6%98.04%-
XYZ59.7236.4494.33-
YUV163.68176.72185.29-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.67%
GREEN value IS 106 (41.80% from 255) = 17.67%
BLUE value IS 250 (98.05% from 255) = 41.67%
R=40.67%
G=17.67%
B=41.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2441062500.020.5800.02297.593.5169.8
HexF46AFA23A0212a5e46
Octal36415237227202452136106
Binary111101001101010111110101011101001010010101010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F46AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F46AFA; }

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

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

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

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

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

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

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

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