#FA3FF2

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

Shades of Pink Flamingo #FA3FF2

Tints of Pink Flamingo #FA3FF2

Color information

#FA3FF2 (or 0xFA3FF2) is unknown color: approx Pink Flamingo. HEX triplet: FA, 3F and F2. RGB value is (250,63,242). Sum of RGB (Red+Green+Blue) = 250+63+242=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 63 (25% from 255 or 11.35% from 555); Blue value is 242 (94.92% from 255 or 43.60% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3FF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA3FF2 is #05C00D. Grayscale: #8A8A8A. Windows color (decimal): -376846 or 15876090. OLE color: 15876090.

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

Color convert

RGB25063242-
CMYK00.750.030.02
HSL302.57º94.92%61.37%-
HSV(B)302.57º74.8%98.04%-
XYZ57.2330.2986.83-
YUV139.32185.95206.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.05%
GREEN value IS 63 (25% from 255) = 11.35%
BLUE value IS 242 (94.92% from 255) = 43.60%
R=45.05%
G=11.35%
B=43.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2506324200.750.030.02302.5794.9261.37
HexFA3FF204B3212f5f3d
Octal3727736201133245713775
Binary11111010111111111100100100101111101001011111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA3FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA3FF2; }

 p { color: rgb(250,63,242); }

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

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

 a { background-color: rgb(250,63,242); }

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

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

 span { border-color: rgb(250,63,242); }

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