#FA4DF0

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

Shades of Pink Flamingo #FA4DF0

Tints of Pink Flamingo #FA4DF0

Color information

#FA4DF0 (or 0xFA4DF0) is unknown color: approx Pink Flamingo. HEX triplet: FA, 4D and F0. RGB value is (250,77,240). Sum of RGB (Red+Green+Blue) = 250+77+240=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 77 (30.47% from 255 or 13.58% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4DF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA4DF0 is #05B20F. Grayscale: #929292. Windows color (decimal): -373264 or 15748602. OLE color: 15748602.

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

Color convert

RGB25077240-
CMYK00.690.040.02
HSL303.47º94.54%64.12%-
HSV(B)303.47º69.2%98.04%-
XYZ57.8131.9285.55-
YUV147.31180.31201.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.09%
GREEN value IS 77 (30.47% from 255) = 13.58%
BLUE value IS 240 (94.14% from 255) = 42.33%
R=44.09%
G=13.58%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507724000.690.040.02303.4794.5464.12
HexFA4DF00454212f5f40
Octal372115360010542457137100
Binary11111010100110111110000010001011001010010111110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4DF0; }

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

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

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

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

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

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

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

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