#FA6AFB

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

Shades of Pink Flamingo #FA6AFB

Tints of Pink Flamingo #FA6AFB

Color information

#FA6AFB (or 0xFA6AFB) is unknown color: approx Pink Flamingo. HEX triplet: FA, 6A and FB. RGB value is (250,106,251). Sum of RGB (Red+Green+Blue) = 250+106+251=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 106 (41.80% from 255 or 17.46% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA6AFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6AFB is #059504. Grayscale: #A5A5A5. Windows color (decimal): -365829 or 16476922. OLE color: 16476922.

HSL color Cylindrical-coordinate representation of color #FA6AFB: hue angle of 299.59º degrees, saturation: 0.95, 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 #FA6AFB is Cyan = 0.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB250106251-
CMYK0.000.5800.02
HSL299.59º94.77%70%-
HSV(B)299.59º57.77%98.43%-
XYZ61.9937.695.26-
YUV165.59176.21188.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.19%
GREEN value IS 106 (41.80% from 255) = 17.46%
BLUE value IS 251 (98.44% from 255) = 41.35%
R=41.19%
G=17.46%
B=41.35%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501062510.000.5800.02299.5994.7770
HexFA6AFB03A0212c5f46
Octal37215237307202454137106
Binary11111010110101011111011011101001010010110010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6AFB; }

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

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

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

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

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

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

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

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