#FA4DF3

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

Shades of Pink Flamingo #FA4DF3

Tints of Pink Flamingo #FA4DF3

Color information

#FA4DF3 (or 0xFA4DF3) is unknown color: approx Pink Flamingo. HEX triplet: FA, 4D and F3. RGB value is (250,77,243). Sum of RGB (Red+Green+Blue) = 250+77+243=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 77 (30.47% from 255 or 13.51% from 570); Blue value is 243 (95.31% from 255 or 42.63% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4DF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA4DF3 is #05B20C. Grayscale: #939393. Windows color (decimal): -373261 or 15945210. OLE color: 15945210.

HSL color Cylindrical-coordinate representation of color #FA4DF3: hue angle of 302.43º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FA4DF3 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB25077243-
CMYK00.690.030.02
HSL302.43º94.54%64.12%-
HSV(B)302.43º69.2%98.04%-
XYZ58.2632.187.92-
YUV147.65181.81201-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.86%
GREEN value IS 77 (30.47% from 255) = 13.51%
BLUE value IS 243 (95.31% from 255) = 42.63%
R=43.86%
G=13.51%
B=42.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507724300.690.030.02302.4394.5464.12
HexFA4DF30453212e5f40
Octal372115363010532456137100
Binary1111101010011011111001101000101111010010111010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4DF3; }

 p { color: rgb(250,77,243); }

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

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

 a { background-color: rgb(250,77,243); }

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

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

 span { border-color: rgb(250,77,243); }

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