#FA4AFF

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

Shades of Pink Flamingo #FA4AFF

Tints of Pink Flamingo #FA4AFF

Color information

#FA4AFF (or 0xFA4AFF) is unknown color: approx Pink Flamingo. HEX triplet: FA, 4A and FF. RGB value is (250,74,255). Sum of RGB (Red+Green+Blue) = 250+74+255=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 74 (29.30% from 255 or 12.78% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA4AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA4AFF is #05B500. Grayscale: #929292. Windows color (decimal): -374017 or 16730874. OLE color: 16730874.

HSL color Cylindrical-coordinate representation of color #FA4AFF: hue angle of 298.34º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA4AFF is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB25074255-
CMYK0.020.7100
HSL298.34º100%64.51%-
HSV(B)298.34º70.98%100%-
XYZ59.9232.4497.71-
YUV147.26188.81201.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.18%
GREEN value IS 74 (29.30% from 255) = 12.78%
BLUE value IS 255 (100% from 255) = 44.04%
R=43.18%
G=12.78%
B=44.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal250742550.020.7100298.3410064.51
HexFA4AFF2470012a6441
Octal372112377210700452144101
Binary111110101001010111111111010001110010010101011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4AFF; }

 p { color: rgb(250,74,255); }

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

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

 a { background-color: rgb(250,74,255); }

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

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

 span { border-color: rgb(250,74,255); }

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